X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=86d8999158c41a6f5df37ea10c13b0f219464272;hb=51dc23db6ece60de03f8d2ff25332baff5aa86bc;hp=e2fbc519da3bfde9b509db9af28d65f51cc78c09;hpb=e2b55e71c010a499e7d242c66888f018442490a7;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index e2fbc519..86d89991 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -653,6 +653,17 @@ return 0 ############## +#hmmm: this points to an extended functions file being needed; not all of these are core. + + # displays documentation in "md" formatted files. + function show_md() + { + local file="$1"; shift + pandoc "$file" | lynx -stdin + } + + ############## + # just shows a separator line for an 80 column console, or uses the first # parameter as the number of columns to expect. function separator()