From c952bd1a7b8f0c143de0a297731842c90a38e7bf Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Tue, 19 Sep 2023 18:56:04 +0530 Subject: [PATCH] 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. --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index b9f7548..a75e831 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -6,7 +6,7 @@ neovim # basic editing. No, nano is not it git # version control ripgrep # grep, but better - jq # For occasional json munching + fx # For occasional json viewing fd # find, but better htop # top, but better wget # curl, but kinda better