Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim excess whitespace | a1346054 | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | Avoid using a misleading hashbang | a1346054 | 2021-09-20 | 1 | -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 scripts | Tavian Barnes | 2021-08-05 | 1 | -1/+1 |
| | | | | This should reduce the need for patches on the BSDs. | ||||
* | Update copyright dates | Tavian Barnes | 2021-02-05 | 1 | -1/+1 |
| | |||||
* | completions/bash: Use bash-completions helpers | Tavian Barnes | 2021-02-05 | 1 | -116/+68 |
| | | | | | _filedir is especially great for fixing tab completion of filenames with spaces. Other helpers like _fstypes are useful too. | ||||
* | completions/bash: Some improvements | Tavian Barnes | 2021-01-24 | 1 | -191/+342 |
| | |||||
* | Clean up completion script, add symbolic permission modes completion | Benjamin Mundt | 2020-12-22 | 1 | -16/+40 |
| | |||||
* | Bash completion | Benjamin Mundt | 2020-12-17 | 1 | -0/+170 |