summaryrefslogtreecommitdiffstats
path: root/litecli/liteclirc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:58:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:58:13 +0000
commita4a8868c9aef11c418df378332c597b390e1bc7e (patch)
treec68cce344dc53b62c7f7ac5fa92c7dcfb6742c71 /litecli/liteclirc
parentAdding upstream version 1.8.0. (diff)
downloadlitecli-a4a8868c9aef11c418df378332c597b390e1bc7e.tar.xz
litecli-a4a8868c9aef11c418df378332c597b390e1bc7e.zip
Adding upstream version 1.9.0.upstream/1.9.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'litecli/liteclirc')
-rw-r--r--litecli/liteclirc5
1 files changed, 5 insertions, 0 deletions
diff --git a/litecli/liteclirc b/litecli/liteclirc
index f0a4285..4db6f3a 100644
--- a/litecli/liteclirc
+++ b/litecli/liteclirc
@@ -52,6 +52,10 @@ key_bindings = emacs
# Enabling this option will show the suggestions in a wider menu. Thus more items are suggested.
wider_completion_menu = False
+# Autocompletion is on by default. This can be truned off by setting this
+# option to False. Pressing tab will still trigger completion.
+autocompletion = True
+
# litecli prompt
# \D - The full current date
# \d - Database name
@@ -62,6 +66,7 @@ wider_completion_menu = False
# \R - The current time, in 24-hour military time (0-23)
# \r - The current time, standard 12-hour time (1-12)
# \s - Seconds of the current time
+# \x1b[...m - insert ANSI escape sequence
prompt = '\d> '
prompt_continuation = '-> '