This commit is contained in:
Jes Olson 2022-10-04 14:15:46 -05:00
parent ed046e225f
commit 5ebebfc701
2 changed files with 3 additions and 2 deletions

3
README
View file

@ -2,7 +2,8 @@ shomji 💀
j3s's simple little shell-based emoji picker j3s's simple little shell-based emoji picker
usage: shmoji [bemenu | download] $ shmoji -h
usage: [download | bemenu | fzf]
examples: examples:
# download emojis # download emojis

2
shmoji
View file

@ -43,7 +43,7 @@ case "$cmd" in
printf "%s" "$emoji" | cut -d " " -f 1 | tr -d '\n' printf "%s" "$emoji" | cut -d " " -f 1 | tr -d '\n'
;; ;;
*) *)
printf "%s\n" "usage: shmoji [bemenu | download]" printf "%s\n" "usage: shmoji [download | bemenu | fzf]"
;; ;;
esac esac