aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-09-13 13:51:17 +0100
committerChristopher Vogt <oss.nsp@cvogt.org>2016-09-13 13:51:17 +0100
commit356ff2ec817dbc65f27ec37e644204359ec84210 (patch)
tree6a3654b3cb6bacb45fe0862bc0ee8fff9bf66e31 /README.md
parentede10d4d0e139eb8f831b7241d29fb82d8996e73 (diff)
downloadcbt-356ff2ec817dbc65f27ec37e644204359ec84210.tar.gz
cbt-356ff2ec817dbc65f27ec37e644204359ec84210.tar.bz2
cbt-356ff2ec817dbc65f27ec37e644204359ec84210.zip
add fish shell task name completions and fix bash task name completions
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2f2134b..dd51fae 100644
--- a/README.md
+++ b/README.md
@@ -192,3 +192,8 @@ for f in ~/.bash_completion.d/*; do
source $f
done
```
+
+Fish shell completions
+----------------
+copy this line into your fish configuration, on OSX: /.config/fish/config.fish
+complete -c cbt -a '(cbt taskNames)'