Add project re-assignment
This commit is contained in:
parent
7b0626cdf0
commit
cae499f3ee
3 changed files with 154 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
- **Navigation**: `j/k` or arrows move within a pane; `h/l`, arrows, or `Ctrl+n/p` switch panes; `q` quits.
|
||||
- **Timer control**: `Enter` toggles the selected item. Starting a different item automatically stops the previous timer.
|
||||
- **New entries**: `n` launches a modal (task name + optional project tag). Item is added to the current pane.
|
||||
- **Project reassignment**: `p` opens a modal to change the project tag for the selected item.
|
||||
- **Deletion**: `d` removes the selected entry; no noisy status message.
|
||||
- **Config editing**:
|
||||
- `Ctrl+e` edits task config (`state.yaml`).
|
||||
|
|
@ -53,6 +54,7 @@ Requires `watson` on your `PATH` with a configured workspace.
|
|||
| `h` / `l`, arrows, `Ctrl+n` / `Ctrl+p` | Switch panes |
|
||||
| `Enter` | Start/stop timer |
|
||||
| `n` | New entry (task + optional project) |
|
||||
| `p` | Reassign project for selected item |
|
||||
| `d` | Delete entry |
|
||||
| `Ctrl+e` | Edit task config (`state.yaml`) |
|
||||
| `c` | Edit app config (`config.yaml`) or show config help |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue