From 591738ca3252caeb3a4c679f92b215d8aa97a9a1 Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Sun, 26 Apr 2020 18:37:50 -0600 Subject: [PATCH] Add help and mention the website at the bottom of "wiki --list" --- wiki | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wiki b/wiki index dde7bad..5d44f31 100755 --- a/wiki +++ b/wiki @@ -17,6 +17,9 @@ fi if [ "$1" == "--list" ]; then ls -1 $WIKI_PATH/*.txt | cut -f 7 -d "/" | cut -f 1 -d "." + echo + echo "Type 'wiki
to read that article in your terminal" + echo "...or visit the wiki in your browser at: https://tilde.club/wiki/" exit 0 fi @@ -52,4 +55,4 @@ if [ ! -f $path ]; then exit 1 fi -less $path \ No newline at end of file +less $path