diff options
author | Teddy Wing | 2017-07-08 22:40:08 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-08 22:40:08 +0200 |
commit | 52be3343a70f1352abb722358d27a35460929ff2 (patch) | |
tree | ef79c881befeff7cd19cf06fb530e70da16ba4b0 /README.md | |
parent | c53573924054762c765e1f4be10a0f25b1bc18dc (diff) | |
parent | 2c933bbf346e853676dadd845bd352a264f591d5 (diff) | |
download | timetasker-52be3343a70f1352abb722358d27a35460929ff2.tar.bz2 |
Merge branch 'add-bash-completion-description-to-README'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -130,6 +130,11 @@ To install from source, use: $ go install github.com/teddywing/timetasker +Bash completion is available for project aliases. To take advantage of it, +source the completion file in your Bash profile: + + $ source ~/path/to/timetasker.bash-completion + ## License Copyright © 2017 Teddy Wing. Licensed under the GNU GPLv3+ (see the included |