Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New -noerror option to suppress error messages | Tavian Barnes | 2024-08-16 | 1 | -0/+1 |
| | | | | Closes: https://github.com/tavianator/bfs/issues/142 | ||||
* | Implement -context | Tavian Barnes | 2024-04-10 | 1 | -0/+1 |
| | | | | Closes: https://github.com/tavianator/bfs/issues/27 | ||||
* | completions: Add -j | Tavian Barnes | 2024-03-25 | 1 | -0/+1 |
| | |||||
* | Implement -limit N | Tavian Barnes | 2024-03-20 | 1 | -2/+1 |
| | | | | Closes: https://github.com/tavianator/bfs/issues/133 | ||||
* | Replace license boilerplate with SPDX tags | Tavian Barnes | 2023-01-25 | 1 | -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/ | ||||
* | 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 |