tweak: switch from jaq to jq
`jaq` is not really better than `jq`, and it's more useful to have the more popular version in my environment.
This commit is contained in:
parent
0275dcacdd
commit
264fc1406d
5 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
notify-send "$1" "$2" -c multimedia -a "$3" \
|
||||
$(makoctl list | jaq -r 'first(.data[][]|select(.category.data=="multimedia")|.id.data|["-r",.])[]') \
|
||||
$(makoctl list | jq -r 'first(.data[][]|select(.category.data=="multimedia")|.id.data|["-r",.])[]') \
|
||||
-h "INT:value:$4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue