From 405ba18de671a4f0f34a9981454c080ea39c8c55 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me> Date: Sun, 18 Oct 2020 09:25:45 -0400 Subject: [PATCH] fix version number --- README.md | 2 +- charsel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0126f3d..c43697b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 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, use ^C, or type ';' as a shortcode +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 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. diff --git a/charsel b/charsel index 6e687e6..170a386 100755 --- a/charsel +++ b/charsel @@ -19,7 +19,7 @@ ######################################################################## -VERSION=2.0.1 +VERSION=2.0.2 # Define argument functions function usage() { -- 2.39.2