X-Git-Url: https://git.armaanb.net/?p=charsel.git;a=blobdiff_plain;f=src%2Fcharsel;h=80909d3f2751f49aa0fb01836801cefb0238954a;hp=fe185a4676406434d3ec7d81f73d9a38ab92b72a;hb=e36a2f02097f2db0b61dfda774514a60ecf50014;hpb=82bf6ead56209e4211527cf0a99d262bbb4bb28d diff --git a/src/charsel b/src/charsel index fe185a4..80909d3 100755 --- a/src/charsel +++ b/src/charsel @@ -17,21 +17,22 @@ # Merge both global and local charfiles CHARDIR=/tmp/charsel cp -R /usr/share/charsel/* $CHARDIR/ -cp -R ~/.local/share/* $CHARDIR/ - -# Clear screen -clear +cp -R ~/.local/share/charsel/* $CHARDIR/ # Check if user provided an input -[ -z "$1" ] && echo "No argument supplied" && exit - if [ $1 = "list" ]; then echo "The following charfiles are installed" ls $CHARDIR/charfiles exit +elif [[ $1 = "help" || $1 = "-h" || $1 = "--help" || $# -ne 1 ]]; then + cat /usr/share/doc/charsel/README.md + exit else -# Define charfile +# Clear screen +clear + +# Define charfile path CHARFILE=$CHARDIR/charfiles/$1 # Define length of shortcut