summaryrefslogtreecommitdiffstats
path: root/completions
Commit message (Collapse)AuthorAgeFilesLines
* Implement -contextTavian Barnes9 days3-0/+3
| | | | Closes: https://github.com/tavianator/bfs/issues/27
* completions: Add -jTavian Barnes2024-03-253-4/+7
|
* Implement -limit NTavian Barnes2024-03-203-2/+3
| | | | Closes: https://github.com/tavianator/bfs/issues/133
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-17/+4
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* Add fish completionGustavo Costa2022-06-141-0/+144
|
* Add basic zsh completionArvid Norlander2022-04-211-0/+172
| | | | Fixes #32.
* Trim excess whitespacea13460542021-09-201-1/+1
|
* Avoid using a misleading hashbanga13460542021-09-201-3/+1
| | | | | For consistency with other completion scripts and to silence warnings such as https://lintian.debian.org/tags/bash-completion-with-hashbang
* Use /usr/bin/env bash as the shebang in scriptsTavian Barnes2021-08-051-1/+1
| | | | This should reduce the need for patches on the BSDs.
* Update copyright datesTavian Barnes2021-02-051-1/+1
|
* completions/bash: Use bash-completions helpersTavian Barnes2021-02-051-116/+68
| | | | | _filedir is especially great for fixing tab completion of filenames with spaces. Other helpers like _fstypes are useful too.
* completions/bash: Some improvementsTavian Barnes2021-01-241-191/+342
|
* Clean up completion script, add symbolic permission modes completionBenjamin Mundt2020-12-221-16/+40
|
* Bash completionBenjamin Mundt2020-12-171-0/+170