cosmetics

This commit is contained in:
wiko.Y90 2021-02-25 22:49:49 +00:00
parent 1af7405bc2
commit b37bcf455f
1 changed files with 5 additions and 5 deletions

View File

@ -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
;;