timewarrior/completion/README.md
Ian Kenney 81b62c3da0 Adding zsh completion
Signed-off-by: Ian Kenney <ianmichaelkenney@gmail.com>
2024-06-17 23:04:52 +02:00

13 lines
995 B
Markdown

# Shell completions
The completion scripts here are taken from separate projects.
Issues and pull-requests regarding those should go there.
The updated version of each script will then be included here.
If you are missing a completion, feel free to contribute.
* `timew.fish` is taken from [pfmephisto/timew-fishcompletion](https://github.com/pfmephisto/timew-fishcompletion) which is released under [MIT license](https://github.com/pfmephisto/timew-fishcompletion/blob/main/LICENSE)
* `timew-completion.bash` is taken from [lauft/timew-bashcompletion](https://github.com/lauft/timew-bashcompletion) which is released under [MIT license](https://github.com/lauft/timew-bashcompletion/blob/master/LICENSE)
* `timew.zsh` is taken from [ianmkenney/timewarrior_zsh_completion](https://github.com/ianmkenney/timewarrior_zsh_completion) which is released under [MIT license](https://github.com/ianmkenney/timewarrior_zsh_completion/blob/main/LICENSE)
Huge thanks to everyone contributing! ❤️