Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-12 00:17:35 +00:00
parent 86139ca215
commit c3ebde93f8
4 changed files with 58 additions and 5 deletions

View File

@@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git
- Filter by event type:
`fswatch --event {{Updated|Deleted|Created}} {{path/to/directory}} | xargs -n 1 {{bash_command}}`
`fswatch --event {{Updated|Removed|Created|...}} {{path/to/directory}} | xargs -n 1 {{bash_command}}`