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, …by aborsy
- bearer-cli for static application security testingby rhysha
- This looks great, thanks for sharing.by illegalbyte2
- jqby slang800
user: pranav_tech26 created: 16 hours ago karma: 7- ...yes?by fragmede
- 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.by nozzlegear
- https://github.com/rupa/z (z - jump around)by scary-size
- 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.by fragmede
- SFTP is just simpler and better, if available.by aborsy
- dust: https://github.com/bootandy/dust - This has ben immensely useful for meby vismit2000
- 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 useby charlie90
- grep + es.exe on windows is the only way to look for filesby BorisMelnik
- This is https://github.com/voidtools/ES (a "locate" replacement for windows-computers)by gforce_de
- 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 lineby wbnns
- 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
by amterp