From b37bcf455fd2d7fced1ee684efa9f9158d6fd5dd Mon Sep 17 00:00:00 2001 From: "wiko.Y90" Date: Thu, 25 Feb 2021 22:49:49 +0000 Subject: [PATCH] cosmetics --- clikan.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clikan.sh b/clikan.sh index d7dd80d..5fe1975 100755 --- a/clikan.sh +++ b/clikan.sh @@ -1,6 +1,6 @@ #!/bin/sh # clikan.sh -- CLI Kanban -ver='2021-01-23/HB9KNS' +ver='2021-02-25/HB9KNS' conf="${CLIKANCONF:-$HOME/.clikanconf}" defkanban="$HOME/clikanban.md" @@ -29,10 +29,10 @@ EOT # prompt is displayed when waiting for command prompt |< # maxshow defines the maximum number of cards/lines to be displayed -maxshow 15 +maxshow 23 # sortdir defines order of non-calendar kanban cards # and can be one of up, down or none (default) -sortdir none +sortdir up # kanban defines a kanban file, may be given several times # kanban /some/path/to/jobkanban.txt # kanban /another/path/to/privatekanban.md @@ -195,8 +195,8 @@ command keys: ec: directly edit config file -- DANGER! ek: directly edit kanban file -- DANGER! !: execute arguments with "$myshell" - note: if the command does not match to any of the - internal $0 commands, and starts with a letter, + note: if the command does not match any of the + internal commands, and starts with a letter, you can even omit the leading exclamation mark! EOH ;;