diff options
| author | Zack Hobson | 2013-11-20 08:34:37 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-11-20 08:34:37 -0800 |
| commit | 9b962a50218cac283c9b8075d238b391f6555fad (patch) | |
| tree | 04db51bdb3502e976dcacfda381395368e6fc6bd /README.markdown | |
| parent | b35ffaad3a9b75e275464aa3c1a2fd4434673125 (diff) | |
| download | hcl-9b962a50218cac283c9b8075d238b391f6555fad.tar.bz2 | |
completion: output a bash completion script
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 6 |
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] |
