I don't think there is better interactive json viewer for the command line than fx https://github.com/antonmedv/fx
except maybe when using #emacs i would use it with jsonian-mode and that would be just as nice https://github.com/iwahbe/jsonian/
#commandline #json #bash

GitHub - antonmedv/fx: Terminal JSON viewer & processor
Terminal JSON viewer & processor. Contribute to antonmedv/fx development by creating an account on GitHub.
GitHub
Microsoft surprises MS-DOS fans with remake of ancient text editor that works on Linux
It’s funny how useful a 34-year-old software design can still be.
Ars Technicahow i use my terminal
i have gone a little above and beyond trying to get all the features of VSCode
I got this message when trying to install Howdy, and I have also tried it on Ubuntu 24.04 with no success and similar problem #commandline #apt
https://askubuntu.com/q/1551244/612

I got this message when trying to install Howdy, and I have also tried it on Ubuntu 24.04 with no success and similar problem
both sudo apt udpate && sudo apt upgrade and sudo apt install howdy-xxx.deb ends with this message
Ask Ubuntu
I got this message when trying to install Howdy
both sudo apt udpate && sudo apt upgrade and sudo apt install howdy-xxx.deb ends with this message
Ask Ubuntu
Changed default shell to /user/bin/screen
I changed my default shell to /usr/bin/screen and now every time I open ubuntu, it closes automatically and I cant change the default shell back. I tried editing the ubuntu/etc/passwd file but it s...
Ask Ubuntu
I got this message when trying to install Howdy
both sudo apt udpate && sudo apt upgrade and sudo apt install howdy-xxx.deb ends with this message
Ask Ubuntu
Changed default shell to /user/bin/screen
I changed my default shell to /usr/bin/screen and now every time I open ubuntu, it closes automatically and I cant change the default shell back. I tried editing the ubuntu/etc/passwd file but it s...
Ask Ubuntu#LTMLinuxTips - Day 8
🌐 Test DNS resolution from terminal:
dig example.com
Great for troubleshooting domain issues.
#Linux #Networking #OpenSource #CommandLine