From 74601c376caedf65d541ab67e63513448a9bd7ec Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me> Date: Mon, 26 Oct 2020 10:06:39 -0400 Subject: [PATCH] modified Makefile --- Makefile | 8 ++++---- README.md | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9ef379a..1ed3a85 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,12 @@ install: >cp ./charsel /usr/bin/ uninstall: ->rm -rf /usr/share/charsel/charfiles/ +>rm -rf /usr/share/charsel/ >rm -rf /usr/share/doc/charsel/ >rm -rf /usr/bin/charsel reinstall: ->rm -rf /usr/share/charsel/charfiles/ +>rm -rf /usr/share/charsel/ >rm -rf /usr/share/doc/charsel/ >rm -rf /usr/bin/charsel >chmod +x ./charsel @@ -26,5 +26,5 @@ reinstall: >cp ./charsel /usr/bin/ purge: ->rm -rf ~/.local/share/charsel/ ->rm -rf ~/.cache/charsel/ +>rm -rf $USER/.local/share/charsel/ +>rm -rf $USER/.cache/charsel/ diff --git a/README.md b/README.md index c43697b..a9f84b8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ It uses a plain-text file known as a "charfile" to define easy to reach shortcut ## Usage For argument usage, use `charsel -h` -Once you have started the program, simply type the shortcut listed on the left side of the table to copy the character on the right side of the table to your clipboard. Shortcodes the same length as the longest one will automatically be entered. To quit, type ';' as a shortcode +This script is also so simple that the script itself can basically function as the documentation + +Once you [have](have) started the program, simply type the shortcut listed on the left side of the table to copy the character on the right side of the table to your clipboard. Shortcodes the same length as the longest one will automatically be entered. To quit, type ';' as a shortcode Some of the default charfiles have hidden shortcuts for capital letters that are not shown on the table. Simply type a capital version of the shortcut key to access the capital version of the special character. -- 2.39.2