From 05f0e71b9f78cefb9e8701fcdb5bb70fb07bf033 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 6 Aug 2022 11:39:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Update=20CHANGELOG=20and=20add?= =?UTF-8?q?=20explanation=20to=20usage=20help?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added quick note that commands can be used in combination and separated commands from other options to better highlight them. --- CHANGELOG.md | 8 ++++++-- bemoji | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6103f22..8f92f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - +### Changed + +- Multiple command options can be combined - +### Fixed + +- Custom default command is only executed when no command option given diff --git a/bemoji b/bemoji index 431ba41..9801092 100755 --- a/bemoji +++ b/bemoji @@ -25,14 +25,17 @@ usage() { echo "A simple emoji picker. Runs on bemenu/wofi/rofi/dmenu by default." echo "Invoked without arguments sends the picked emoji to the clipboard." echo - echo " -f Use a custom emoji database. Can be a url which will be retrieved." + echo " Command options (can be combined):" echo " -t Simulate typing the emoji choice with the keyboard." echo " -c Send emoji choice to the clipboard. (default)" + echo " -e Only echo out the picked emoji." + echo "" + echo " Other options:" echo " -p Do not save picked emoji to recent history." echo " -P Do not order emoji by recently used." - echo " -e Only echo out the picked emoji." echo " -D Choose specific default lists to download if none found locally." echo " Valid choices: all|none|emoji|math." + echo " -f Use a custom emoji database. Can be a url which will be retrieved." echo " -v Display current program version and directory configuration." echo " -h Show this help." echo