mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
feat: add jq/yq pager aliases
This commit is contained in:
@@ -15,3 +15,5 @@ function p () {
|
||||
}
|
||||
|
||||
alias pl="p -l"
|
||||
alias jqp="jq . | p -l json"
|
||||
alias yqp="yq . | p -l yaml"
|
||||
|
||||
Reference in New Issue
Block a user