From f5356e425832ead7b462b3cfaf9a63f8c1254ae9 Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 10 Feb 2024 18:32:31 +0100 Subject: [PATCH] bump --- documentation/specification.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/documentation/specification.md b/documentation/specification.md index 743f636..015bd10 100644 --- a/documentation/specification.md +++ b/documentation/specification.md @@ -46,12 +46,17 @@ E.g. format for "Bash with timestamps". ## Export Dump the contents of histuidb \ -to stdout using [format] +to stdout using [format]. ## Init Used for printing reasonable default configuration for using histui with the selected shell. +The default configuration, +if possible should have the following features: ++ override history search with invoking histui ++ sync further commands a histuidb + If no shell is specified, the available options shall be printed. @@ -165,3 +170,6 @@ R : 24h time ("HH:MM") S : seconds; 0 padded {04} M : minutes; 0 padded {03} T : ISO 8601 time format ("HH:MM:SS") + +# Environment +HISTUIHIST : histuidb to be used