Skip to content

Conversation

@madhavsinghal88
Copy link

  • Add workplace selection to all commands (add, add-many, list, done, start, review, summarize) allowing users to manage worklogs for multiple workplaces
  • Add WORKPLACES config option (comma-separated list) for defining multiple workplaces
  • Skip workplace prompt when only one workplace is configured
  • Add new 'delete' command to remove specific tasks or entire worklog
    • Default mode: interactively select tasks to delete
    • --all flag: delete entire worklog file for selected workplace
  • Add RemovePendingItem and RemoveCompletedItem methods to Note model
  • Add SelectTasksToDelete and SelectWorkplace prompts to UI

- Add workplace selection to all commands (add, add-many, list, done,
  start, review, summarize) allowing users to manage worklogs for
  multiple workplaces
- Add WORKPLACES config option (comma-separated list) for defining
  multiple workplaces
- Skip workplace prompt when only one workplace is configured
- Add new 'delete' command to remove specific tasks or entire worklog
  - Default mode: interactively select tasks to delete
  - --all flag: delete entire worklog file for selected workplace
- Add RemovePendingItem and RemoveCompletedItem methods to Note model
- Add SelectTasksToDelete and SelectWorkplace prompts to UI
Add workplace command with subcommands for adding, renaming, and listing
workplaces. Rename also updates associated note files. Config methods
added
for workplace management.
Filter markdown files by workplace name in FindMostRecentNote to avoid
processing unrelated notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant