Update README.md for shell completions

- Add repository and license for fish completion
- Beautify repository URLs
- Updated texts

Relates to #535

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-05-29 16:35:05 +02:00
parent 20a8a4a4cc
commit 814956b920

View file

@ -1,10 +1,12 @@
# Shell completions # Shell completions
The scripts here are taken from separate projects. The completion scripts here are taken from separate projects.
Issues and pull-requests should go there. Issues and pull-requests regarding those should go there.
The updated version will then be included here. The updated version of each script will then be included here.
If you are missing a completion, feel free to contribute. If you are missing a completion, feel free to contribute.
* `timew.fish` is taken from <tbd> which is released under <license> * `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 https://github.com/lauft/timew-bashcompletion which is released under [MIT license](https://github.com/lauft/timew-bashcompletion/blob/master/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)
Huge thanks to everyone contributing! ❤️