summaryrefslogtreecommitdiffstats
path: root/completions
Commit message (Collapse)AuthorAgeFilesLines
* 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