aboutsummaryrefslogtreecommitdiff
path: root/zsh-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-09-07build: install bash and zsh completionsWilliam Hubbs
2019-01-21zsh-completion: _rc-service support extra actionsFelix Neumärker
- use rc-service <service> describe to get action list This is for #285.
2019-01-21zsh-completion: _rc-service fix flag/command combinationsFelix Neumärker
- handle `rc-service -<flag> <service> <action>` correctly This is for #285.
2017-12-07Add zsh-completion supportWilliam Hubbs