mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-08 04:19:39 +00:00
clip-moji: add prompt
This commit is contained in:
parent
57ef06336c
commit
5a1b8ab9a8
@ -20,7 +20,7 @@ else
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
EMOJI=$(cut -d';' -f1 "$EMOJI_LIST" | $LAUNCHER_CMD -i | cut -d' ' -f1)
|
||||
EMOJI=$(cut -d';' -f1 "$EMOJI_LIST" | $LAUNCHER_CMD -p "clip-moji" -i | cut -d' ' -f1)
|
||||
|
||||
[ -z "$EMOJI" ] && exit
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user