summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorZack Hobson2013-11-20 08:34:37 -0800
committerZack Hobson2013-11-20 08:34:37 -0800
commit9b962a50218cac283c9b8075d238b391f6555fad (patch)
tree04db51bdb3502e976dcacfda381395368e6fc6bd /README.markdown
parentb35ffaad3a9b75e275464aa3c1a2fd4434673125 (diff)
downloadhcl-9b962a50218cac283c9b8075d238b391f6555fad.tar.bz2
completion: output a bash completion script
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 67fbaf1..959d6b9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -96,6 +96,12 @@ the same arguments as start:
The above starts and immediately stops a one-hour timer with the given note.
+### Bash Auto-completion of Task Aliases
+
+You can enable auto-completion of task aliases by adding this to your bashrc:
+
+ eval `hcl completion`
+
### Date Formats
Dates can be expressed in a variety of ways. See the [Chronic documentation][cd]