We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fc0c8 commit c17fabbCopy full SHA for c17fabb
todofi.sh
@@ -1,5 +1,7 @@
1
#! /usr/bin/env bash
2
3
+VERSION="1.0.0"
4
+
5
TODOTXT_CFG_FILE="${HOME}/.config/todo/config"
6
7
CONFIG_FILE="${HOME}/.config/todofish.conf"
@@ -311,7 +313,7 @@ config() {
311
313
}
312
314
315
help() {
- HELP="${TODOFISH_HEADER} - Charles Rincheval, May 2020
316
+ HELP="${TODOFISH_HEADER} - Version ${VERSION} - Charles Rincheval, April 2021
317
--
318
* Add todo <span color='${COLOR_SHORTCUT}'>${SHORTCUT_NEW}</span>
319
* Mark as done <span color='${COLOR_SHORTCUT}'>${SHORTCUT_DONE}</span>
0 commit comments