What’s the point of colorful ‘ps’ alternative? If you want fancy representation of running processes — you use *top. ‘ps’ is mostly useful in scripts, or in situations where eye-candy isn’t important.
A collection of modern/faster/saner alternatives to common unix commands
Submitted 1 year ago by CoderSupreme@programming.dev to linux@programming.dev
https://github.com/ibraheemdev/modern-unix
Comments
SneakyThunder@sh.itjust.works 1 year ago
art@lemmy.world 1 year ago
Most of these are good but
cat
isn’t just about looking at text.Yearly1845@reddthat.com 1 year ago
I replaced cat with bat and you honestly can’t make me go back.
zygo_histo_morpheus@programming.dev 1 year ago
If you pipe
bat
to another command it will act like cat so you can use it as a drop-in replacement and have it print things nicely when you want to view text and otherwise work as a normal commandline tool.silt@programming.dev 1 year ago
In my experience it was much slower, which is unfortunate. I still use
bat
, but that alias got removed pretty quickly.
pelya@lemmy.world 1 year ago
But, but, sd is not Turing-complete, unlike sed! Why would you ever use a commandline tool which cannot implement a general-purpose programming language? And sd cannot even parse XML! I’m totally not bitter spending so much time learning wonderful and powerful sed programming language, and I would never think of replacing my perfect sed scripts with a python -c one-liner.
1984@lemmy.today 1 year ago
Fzf will change your life.
flees@hexbear.net 1 year ago
Dang, that’s neat!
somegeek@programming.dev 1 year ago
Btop is missing! Definitely the best htop replacement
ndotb@programming.dev 1 year ago
tldr is great. I can’t stand --help output that drones on like Proust.