Skip to content

Commit

Permalink
yq/lq
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 28, 2024
1 parent 8056a5b commit 33f1438
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ alias tree='eza --tree --group-directories-first --icons --git-ignore -git --sor
alias top='btop'

# jq on everything
alias yq='whyq --input=yaml'
alias tq='whyq --input=toml'
alias JQ='whyq --input=json'
alias yq='lq --input=yaml'
alias tq='lq --input=toml'
alias JQ='lq --input=json'

# hyprland
alias hde="hyprctl dispatch exec"
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ link: fontguard && check
fd --base-directory share/ --max-depth 1 --no-ignore-vcs -a -x ln -sfn {} {{CONFIG_HOME}}/
# OS specific links
ln -sf $PWD/config/alacritty/{{os()}}.toml config/alacritty/os.toml
# key specific overrides (using whyq)
#yq -i '.SKIP_HOST_UPDATE=true' --input=json ~/.config/discord/settings.json
# key specific overrides
lq -i '.SKIP_HOST_UPDATE=true' --input=json ~/.config/discord/settings.json

# font guard helper
fontguard:
Expand Down

0 comments on commit 33f1438

Please sign in to comment.