aboutsummaryrefslogtreecommitdiff
path: root/bash-completion
AgeCommit message (Collapse)Author
2022-04-06migrate fully to meson build systemWilliam Hubbs
- drop old build system - move shared include and source files to common directory - drop "rc-" prefix from shared include and source files - move executable-specific code to individual directories under src - adjust top-level .gitignore file for new build system This closes #489.
2021-12-30build: always add subdirsWilliam Hubbs
2021-12-20use HEAD in git URIs to point to the default branchMike Frysinger
This makes the URIs shorter and dynamic: whatever the default branch the repo uses will be used.
2021-09-07build: install bash and zsh completionsWilliam Hubbs
2018-12-27bash-completions/rc-service: allow tab to be used againWilliam Hubbs
X-Gentoo-Bug: 670290 X-Gentoo-Bug-URL: https://bugs.gentoo.org/670290
2017-12-06add bash completion supportWilliam Hubbs
This fixes #188.