Back to News
Advertisement

Ask HN: What is your favorite lightweight tool or CLI utility in 2026?

ppranav_tech26 about 6 hours ago 16 comments

HI version is available. Content is displayed in original English for accuracy.

Tools like ripgrep, fzf, and htop have saved me countless hours over the years. What small utilities do you rely on daily?
Advertisement

⚡ Community Insights

Discussion Sentiment

83% Positive

Analyzed from 241 words in the discussion.

Trending Topics

#ssh#config#server#sharing#dust#git#scp#tmux#especially#copied

Discussion (16 Comments)Read Original on HackerNews

vismit20007 minutes ago
dust: https://github.com/bootandy/dust - This has ben immensely useful for me
nozzlegearabout 2 hours ago
Gotta be jujutsu. I've completely stopped using git and use jj everywhere instead. It works so much better for my workflow.
rftabout 1 hour ago
ssh, scp, tmux, (grml-)zsh, grep, less, file, tar, git

The time saving of a well filled ~/.ssh/config is impressive, especially once you start juggling ProxyJump hops.

ddxvabout 2 hours ago
ssh and scp just never fails to impress

-J for jumping -L for port forwarding -X for pulling remote applications to view on my laptop (waypipe for Wayland)

Adding all those, and ips and whatnot to .ssh/config so I just type:

ssh foo

fragmedeabout 2 hours ago
setup LocalCommand, in ~/.ssh/config, so your config files get copied to every server you connect to, so you have all your aliases and scripts.
rftabout 1 hour ago
I intentionally avoid this, especially if I am not the only one connecting to a server. I see potentially breaking others' expectations for my convenience as a clear downside. Plus there is a level of paranoia there, I might have unintentionally included a credential in some config that gets copied over. That potentially increases the blast radius of a server compromise beyond what is strictly required for that specific server. I might copy over some scripts into a directory not in $PATH, easy enough to add it to my shell session if needed, CTRL+R helps as well.
fragmede10 minutes ago
...why are you sharing user accounts in this day and age? Yes, absolutely, don't mess up the shared space everyone uses, but why are you sharing that space in the first place?
rhyshaabout 5 hours ago
bearer-cli for static application security testing
illegalbyte2about 2 hours ago
This looks great, thanks for sharing.
justsomehnguyabout 2 hours ago

    user: pranav_tech26
    created: 16 hours ago
    karma: 7
fragmedeabout 2 hours ago
...yes?
justsomehnguyabout 2 hours ago
No.

EDIT: also check their comment history.

fragmedeabout 1 hour ago
Would you mind just saying what you mean?
slang800about 3 hours ago
jq
mansi1010about 2 hours ago
screen
soupspacesabout 3 hours ago
tmux tealdeer zoxide