# strings ---------------------------------------------------------------------

version=0.0.7
depends='pandoc'
msg_exit='\e[33;1mExiting...\e[0m\n\n'

msg_error[1]='\e[31;1mERROR:\e[0m Dependency not found: \e[31m%s\e[0m\n'
msg_error[2]='\e[31;1mERROR:\e[0m File \e[33;1m%s\e[0m not found!\n'
msg_error[3]='\e[31;1mERROR:\e[0m Theme file not found (\e[33;1m%s\e[0m)!\n'
msg_error[4]='\e[31;1mERROR:\e[0m Option \e[33;1m-%s\e[0m needs an argument!\n'
msg_error[5]='\e[31;1mERROR:\e[0m Incorrect quantity of arguments!\n'

usage='
\e[1mmd2term ('$version') - Convert markdown to terminal styles\e[0m

\e[34;1mUSAGE:\e[0m md2term [OPTIONS] -f FILE

\e[34;1mDESCRIPTION:\e[0m

    Convert markdown texts to terminal's color commands and styles.
    This script was created bearing in mind the styling of presentations
    in the terminal, and supports a limited set of basic markings.

\e[34;1mOPTIONS:\e[0m

    -b CHARACTER     List marker character.

    -c               Clears the terminal before displaying text.

    -i SPACES        Indentation of lists, codes and citations in spaces.

    -k VALUE         Keep hash marks in titles:
                     0=Discard all 1=Keep all 2=Only in title 1

    -m SPACES        Ident from left margin in spaces.

    -p               Load a pager (less).

    -s FILE          Alternative color scheme.

    -t LINES         Top offset in lines.

    -h               Show this help.

\e[2mCopyright (C) 2022 Blau Araujo <blau@debxp.org>

GPLv3+ License: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
THERE IS NO WARRANTY, to the fullest extent permitted by law.

Developed by Blau Araujo and Romeu Alfa\e[0m
'
