diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -127,10 +127,12 @@ key at a time, no Enter needed: move → Filed/Acme/ rule acme because name "acme" - [y] yes [n] no [a] yes to this and all remaining [d] done, apply chosen so far [q] quit, apply nothing + [y] yes [n] no [a] yes to this and all remaining [t] trash [d] delete permanently [w] write, apply chosen so far [q] quit, apply nothing ``` -Approval is per file: a file's whole chain runs, or none of it. A README +Approval is per file: a file's whole chain runs, or none of it. `t` sends +the file to the Trash and `d` deletes it permanently (after a `y`) instead +of what the rules planned; `w` applies what you chose so far. A README can't paste a session it didn't actually run in a terminal, so here we apply directly with `-y`, which shows the same plan and applies it without asking: |
