common: replace jq with fx

Since I have nearly never used jq the language and have only ever used
it as json pretty printer, fx is a better and lighter and more nicer alternative.
This commit is contained in:
Payas Relekar 2023-09-19 18:56:04 +05:30
parent 707e387384
commit c952bd1a7b

View file

@ -6,7 +6,7 @@
neovim # basic editing. No, nano is not it neovim # basic editing. No, nano is not it
git # version control git # version control
ripgrep # grep, but better ripgrep # grep, but better
jq # For occasional json munching fx # For occasional json viewing
fd # find, but better fd # find, but better
htop # top, but better htop # top, but better
wget # curl, but kinda better wget # curl, but kinda better