clean up jqr

This commit is contained in:
Noah Masur
2024-11-16 22:59:00 -07:00
parent 7007577176
commit 7128cd8d0d
3 changed files with 34 additions and 4 deletions

View File

@ -59,10 +59,6 @@
description = "Tidy up JSON using jq";
body = "pbpaste | jq '.' | pbcopy"; # Need to fix for non-macOS
};
jqr = {
description = "jq repl for constructing jq syntax";
body = "echo '' | fzf --query '.' --print-query --preview \"jq {q} < $argv\"";
};
note = {
description = "Edit or create a note";
argumentNames = "filename";