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

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

4 pointsby pranav_tech262 comments

Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • Find, fzf, vim, ssh, …
  • bearer-cli for static application security testing
  • This looks great, thanks for sharing.
  • jq
  •     user: pranav_tech26
        created: 16 hours ago
        karma: 7
  • ...yes?
  • Was going to comment this as well.

    Fresh account with two Ask HN questions that are bound to get replies

  • Gotta be jujutsu. I've completely stopped using git and use jj everywhere instead. It works so much better for my workflow.
  • https://github.com/rupa/z (z - jump around)
  • 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

    by ddxv
  • 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.
  • SFTP is just simpler and better, if available.
  • dust: https://github.com/bootandy/dust - This has ben immensely useful for me
  • 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.

    by rft
  • Everything/es.exe for searching every file on disk, its nice for AI agents to use
  • grep + es.exe on windows is the only way to look for files
  • This is https://github.com/voidtools/ES (a "locate" replacement for windows-computers)
  • GitHub CLI -- I'm using it every day and just about anything I'd want to do on GitHub, I can do straight from the command line

    https://cli.github.com/

  • Big fan of gron[0] and zoxide[1]. Gron for flattening and viewing JSON, and zoxide (z) for fuzzily jumping around on my system or on remote systems with z installed.

    Also been using Rad [2] (disclaimer: am author) to replace my suite of Bash scripts and write new ones, quite happy with one atm which sets reminders e.g. 'remind 2h check the CI build' which will give me an OS reminder in two hours, I use it a ton at work.

    [0] https://github.com/tomnomnom/gron [1] https://github.com/ajeetdsouza/zoxide [2] https://github.com/amterp/rad