this post was submitted on 19 Jun 2023
27 points (100.0% liked)

Technology

37525 readers
292 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago

I'm usually a bit scornful of "bling" commands, but bat seems genuinely useful.

[–] [email protected] 3 points 1 year ago (1 children)

Fish (suggested by the article as well) is amazing. Also:

  • bat (better cat),
  • btm (better top),
  • httpie (better curl),
  • ripgrep (better grep),
  • zoxide (cd with fuzzy search)
  • jq (for manipulating JSON)

But honestly, lots of classics are still great: git, htop, rsync, vim, nano, ....

[–] [email protected] 1 points 1 year ago

Hello, fellow fish user! Oh, shit, am I doing the Arch thing?

Will have to check some of those other ones out.

I've personally replaced nano with micro, though. Find it much friendlier to use.

[–] [email protected] 2 points 1 year ago (2 children)

Interesting suggestion of btop. How does it compare to htop?

[–] [email protected] 4 points 1 year ago (1 children)

I like btop better just on an aesthetic level. But they all show the same shit as far as I can tell.

[–] [email protected] 2 points 1 year ago

Real programmers cat the data directly from /proc

[–] [email protected] 3 points 1 year ago

Personally I find btop really hard to glance at and see what's happening, htop is much better for opening up and quickly checking what process is hogging CPU/RAM/IO/whatever.

[–] [email protected] 1 points 1 year ago

Be careful not to replace bash with fish as some systems fail to work with new shell. I usually init fish/nu shells with other instruments, like alacritty and/or zellij

load more comments
view more: next ›