diff --git a/aliases/zsh.aliases.sh b/aliases/zsh.aliases.sh index c2462eb..c5ee930 100644 --- a/aliases/zsh.aliases.sh +++ b/aliases/zsh.aliases.sh @@ -93,4 +93,7 @@ if type terminal-notifier > /dev/null 2>&1; then fi alias jwt_from_clip="pbpaste | jwt decode -j - | jq -r '.payload'" -alias jqkeys="jq -r 'select(objects)|=[.] | map( paths(scalars) ) | map( map(select(numbers)=\"[]\") | join(\".\")) | unique | .[]' | sed 's/.\[\]/[]/g' | xargs printf -- '.%s\n'" \ No newline at end of file +alias jqkeys="jq -r 'select(objects)|=[.] | map( paths(scalars) ) | map( map(select(numbers)=\"[]\") | join(\".\")) | unique | .[]' | sed 's/.\[\]/[]/g' | xargs printf -- '.%s\n'" + +# Bounce Flux +alias reflux='osascript -e "tell application \"Flux\" to quit" && open -a Flux'