Edit and delete entries from view page
This commit is contained in:
parent
3220ff50cb
commit
605d5f5792
5 changed files with 229 additions and 33 deletions
|
|
@ -20,7 +20,7 @@
|
|||
- **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.
|
||||
- **Log viewing**: `v` opens Watson's log viewer with daily/weekly/monthly views. Use `d`/`w`/`m` to switch periods, `j`/`k` to scroll.
|
||||
- **Log viewing**: `v` opens Watson's log viewer with daily/weekly/monthly views. Use `d`/`w`/`m` to switch periods, `j`/`k` to select entries, `e` to edit, `x` to delete.
|
||||
- **Deletion**: `d` removes the selected entry; no noisy status message.
|
||||
- **Config editing**:
|
||||
- `Ctrl+e` edits task config (`state.yaml`).
|
||||
|
|
@ -56,7 +56,7 @@ Requires `watson` on your `PATH` with a configured workspace.
|
|||
| `Enter` | Start/stop timer |
|
||||
| `n` | New entry (task + optional project) |
|
||||
| `p` | Reassign project for selected item |
|
||||
| `v` | View Watson log (d/w/m for day/week/month) |
|
||||
| `v` | View Watson log (d/w/m for day/week/month, e to edit, x to delete) |
|
||||
| `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