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