iens

Manager of links to read
git clone https://git.instinctive.eu/iens.git
Log | Files | Refs | README | LICENSE

commit 541e3b87bbea91c7720e358e68174bbe0e4f1f24
parent d1e539e0064ddca584ce5f9ffaeb724cddf76f2f
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sun, 11 Feb 2024 10:49:02 +0000

Help text for `list-selection` and `print-selection` is corrected
Diffstat:
Msrc/iens.scm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/iens.scm b/src/iens.scm @@ -470,7 +470,7 @@ (write-string notes)) (defcmd (list-selection str) - "\"WHERE ...\"" "Display a custom query as a lit" + "\"WHERE ...\"" "Display a custom query as an entry list" (query (for-each-row* print-listed-entry-row) (sql/transient db (string-append "SELECT id,url,notes,protected FROM entry " @@ -515,7 +515,7 @@ (loop (cdr todo)))))) (defcmd (print-selection str) - "\"WHERE ...\"" "Display a custom query as a lit" + "\"WHERE ...\"" "Display entries from a custom query" (query (for-each-row* print-entry-row) (sql/transient db (string-append