From 00253678a9669b5abf75f8980c6b22208b25f859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Sch=C3=B6ttl?= Date: Wed, 23 Jan 2019 20:24:56 +0100 Subject: [PATCH] Add feature documentation --- shell-completion/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell-completion/README.md b/shell-completion/README.md index 5ad85c8d8..9d0b71ec2 100644 --- a/shell-completion/README.md +++ b/shell-completion/README.md @@ -15,8 +15,9 @@ The completions can handle hledger's CLI: - commands and generic options - command-specific options -- account names from journal files (but not yet for files named by --file) - filenames for options that take a filename as argument +- account names from journal files (but not yet for files named by `--file`) +- query filter keywords like `status:`, `tag:`, or `amt:` Installation for end users --------------------------