summaryrefslogtreecommitdiffstats
path: root/completions/bfs.zsh
Commit message (Collapse)AuthorAgeFilesLines
* docs: Document the new -mount vs. -xdev behaviourTavian Barnes2024-08-161-1/+1
| | | | Fixes: 33b85e1 ("Implement POSIX 2024's -mount")
* New -noerror option to suppress error messagesTavian Barnes2024-08-161-0/+1
| | | | Closes: https://github.com/tavianator/bfs/issues/142
* Implement -contextTavian Barnes2024-04-101-0/+1
| | | | Closes: https://github.com/tavianator/bfs/issues/27
* completions: Add -jTavian Barnes2024-03-251-4/+5
|
* Implement -limit NTavian Barnes2024-03-201-0/+1
| | | | Closes: https://github.com/tavianator/bfs/issues/133
* Add basic zsh completionArvid Norlander2022-04-211-0/+172
Fixes #32.