From 814956b9203fb98984e39b552146f342d46c5ded Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Mon, 29 May 2023 16:35:05 +0200 Subject: [PATCH] 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 --- completion/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/completion/README.md b/completion/README.md index b3d11035..a4c1aaf9 100644 --- a/completion/README.md +++ b/completion/README.md @@ -1,10 +1,12 @@ # Shell completions -The scripts here are taken from separate projects. -Issues and pull-requests should go there. -The updated version will then be included here. +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 which is released under -* `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) \ No newline at end of file +* `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) + +Huge thanks to everyone contributing! ❤️