summaryrefslogtreecommitdiffstats
path: root/completions
AgeCommit message (Collapse)Author
2024-04-10Implement -contextTavian Barnes
Closes: https://github.com/tavianator/bfs/issues/27
2024-03-25completions: Add -jTavian Barnes
2024-03-20Implement -limit NTavian Barnes
Closes: https://github.com/tavianator/bfs/issues/133
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
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/
2022-06-14Add fish completionGustavo Costa
2022-04-21Add basic zsh completionArvid Norlander
Fixes #32.
2021-09-20Trim excess whitespacea1346054
2021-09-20Avoid using a misleading hashbanga1346054
For consistency with other completion scripts and to silence warnings such as https://lintian.debian.org/tags/bash-completion-with-hashbang
2021-08-05Use /usr/bin/env bash as the shebang in scriptsTavian Barnes
This should reduce the need for patches on the BSDs.
2021-02-05Update copyright datesTavian Barnes
2021-02-05completions/bash: Use bash-completions helpersTavian Barnes
_filedir is especially great for fixing tab completion of filenames with spaces. Other helpers like _fstypes are useful too.
2021-01-24completions/bash: Some improvementsTavian Barnes
2020-12-22Clean up completion script, add symbolic permission modes completionBenjamin Mundt
2020-12-17Bash completionBenjamin Mundt