Skip to content

Commit b6b9f37

Browse files
committed
docs: document filter auto-relax and 'r' reset keybinding
1 parent 4e09da3 commit b6b9f37

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/cli/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Interactive mode is the default when running in a terminal. Navigate your queue
7272
| / | Search by number, title, or author |
7373
| q | Quit |
7474

75-
Press **f** to open the filter menu. Pick a dimension (label, author, type, etc.), then toggle values. Active filters show a `*` indicator in the footer. Press **0** to clear filters.
75+
Press **f** to open the filter menu. Pick a dimension (label, author, type, etc.), then toggle values. Active filters show a `*` indicator in the footer. Press **0** to clear filters, or **r** to reset to your config defaults.
7676

7777
Press **a** to open the actions menu, which lists all actions (built-in and custom from your config). Press **1-9** to run an action, or **q** to dismiss.
7878

@@ -148,7 +148,9 @@ Set default filters in your config so you don't repeat them every time:
148148
}
149149
```
150150

151-
CLI `--filter` flags override config defaults entirely (not merge). The interactive TUI starts with config filters active — clear them with **f****0**.
151+
CLI `--filter` flags override config defaults entirely (not merge). The interactive TUI starts with config filters active — clear them with **f****0**, or reset with **f****r**.
152+
153+
If your config filters would hide everything (e.g. `label:future` but no items currently carry that label), prq drops the rightmost clauses until results appear and tells you which ones it dropped.
152154

153155
## Linear
154156

0 commit comments

Comments
 (0)