clipmenu

Simple clipboard management using dmenu
git clone https://git.sinitax.com/cdown/clipmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 9d0da2f7d4d17c7dff616c52dc00bd5b32f61bc5
parent 764984c98285fc9071bd296fadec64d81681d7ea
Author: Chris Down <chris@chrisdown.name>
Date:   Mon, 19 Oct 2020 01:54:31 +0100

clipmenu: Don't mask -h

Fixes #142.

Diffstat:
Mclipmenu | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/clipmenu b/clipmenu @@ -11,7 +11,8 @@ shopt -s nullglob cache_dir=$CM_DIR/clipmenu.$major_version.$USER cache_file=$cache_dir/line_cache -if [[ $1 == --help ]] || [[ $1 == -h ]]; then +# Not -h, see #142 +if [[ $1 == --help ]]; then cat << 'EOF' clipmenu is a simple clipboard manager using dmenu and xsel. Launch this when you want to select a clip.