feat: category filter

This commit is contained in:
2025-07-04 12:56:58 +02:00
parent 78d0983464
commit f663c200d2
6 changed files with 65 additions and 34 deletions

View File

@@ -87,6 +87,7 @@ In addition, there are the following keybindings:
| `alt-up` | Increase task priority |
| `alt-down` | Decrease task priority |
| `ctrl-a` | Open attachments view |
| `ctrl-t` | Filter by category |
| `alt-v` | View bare iCalendar file |
| `alt-0` | Default view: Journal, notes, and _open_ tasks |
| `alt-1` | Display journal entries |
@@ -99,8 +100,6 @@ In the attachment view, you may use the following keys:
| Key | Action |
| --- | ------ |
| `enter` | Open attachment |
| `j` | Down |
| `k` | Up |
| `w` | Toggle line wrap |
| `ctrl-a` | Add attachment |
| `ctrl-alt-d` | Delete attachment |