Rebind some basic commands

This commit is contained in:
Ian Keane 2025-12-03 13:31:53 -05:00
parent 27468185c1
commit 50ac26e398
3 changed files with 23 additions and 8 deletions

View file

@ -18,13 +18,13 @@ The three available categories of task are `Permanent Items`, for tasks that wil
### The 'View Entries' Interface
Pressing `v` on the main interface will take the user to the interface for viewing actual time entries, as created from the main interface. The default view is the 'day' view, which shows your entries for the current day. You can press `g` to `group` or `ungroup` your tasks by project. You can also navigate using `h,j,k,l` between entries, entries grouped by project, grouped by day, or all entries. You can press `y` to copy the selection to your clipboard.
Pressing `v` on the main interface will take the user to the interface for viewing actual time entries, as created from the main interface. The default view is the 'day' view, which shows your entries for the current day. You can press `p` to `group` or `ungroup` your tasks by project. You can also navigate using `h,j,k,l` between entries, entries grouped by project, grouped by day, or all entries. You can press `g` to go to the top entry or `G` to go to the bottom entry. You can press `y` to copy the selection to your clipboard.
![Navigating the daily view](./assets/2-daily-view-and-proj-selection.gif "daily-view")
### Weekly and Monthly View
When in the `view` interface, you can switch to a weekly or monthly view using `w` or `m`. Grouping works the same way in these views as in the `daily` view. You can also press 'r' to reverse the order of the days in the display.
When in the `view` interface, you can switch to a weekly or monthly view using `w` or `m`. Grouping works the same way in these views as in the `daily` view (use `p` to toggle grouping). You can also press 'r' to reverse the order of the days in the display.
![Navigating by week or month](./assets/3-weekly-view-and-day-selection.gif "week-and-month-view")
@ -71,7 +71,7 @@ Otherwise, just download the latest release for a relatively-stable binary.
| `Enter` | Start/stop timer |
| `n` | New entry (project + optional tag) |
| `p` | Reassign project for selected item |
| `v` | View Watson log (d/w/m period, g group, e edit, x delete, y copy) |
| `v` | View Watson log (d/w/m period, p group, g/G nav, e edit, x delete, y copy) |
| `x` | Delete entry |
| `Ctrl+e` | Edit task config (`state.yaml`) |
| `c` | Edit app config (`config.yaml`) or show config help |