Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement -context | Tavian Barnes | 2024-04-10 | 3 | -0/+3 |
| | | | | Closes: https://github.com/tavianator/bfs/issues/27 | ||||
* | completions: Add -j | Tavian Barnes | 2024-03-25 | 3 | -4/+7 |
| | |||||
* | Implement -limit N | Tavian Barnes | 2024-03-20 | 3 | -2/+3 |
| | | | | 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/ | ||||
* | Add fish completion | Gustavo Costa | 2022-06-14 | 1 | -0/+144 |
| | |||||
* | Add basic zsh completion | Arvid Norlander | 2022-04-21 | 1 | -0/+172 |
| | | | | Fixes #32. | ||||
* | 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 |