Squashed commit of the following:
- quote fix
This commit is contained in:
2
env/.local/bin/system/kaomoji-picker.sh
vendored
2
env/.local/bin/system/kaomoji-picker.sh
vendored
@@ -8,7 +8,7 @@ choices=$(jq '.[]|.categories|.[]|.name' "$KAO_FILE" | sed 's/"//g')
|
||||
|
||||
choice=$(echo "$choices" | sed /^$/d | rofi -dmenu "$prompt_message")
|
||||
|
||||
emojlist=$(jq --arg sel "$choice" '..| select(.name==$sel)? | .emoticons | .[]' "$KAO_FILE")
|
||||
emojlist=$(jq -r --arg sel "$choice" '..| select(.name==$sel)? | .emoticons | .[]' "$KAO_FILE")
|
||||
|
||||
emoj=$(echo "$emojlist" | sed /^$/d | rofi -dmenu "$prompt_message")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user