Live data from Hacker News

Ask HN: What dev tools do you rely on that nobody talks about?

news.ycombinator.com

1–10 of 58 posts

Re: Ask HN: What dev tools do you rely on that nobody talks about?

#6
post #4

I've been using ack for a very long time, maybe 15 years. It's like grep but faster and easier to use. I still use it all the time, even in the era of Claude. https://beyondgrep.com/

and then ag (silver surfer) and then rg (ripgrep).

Re: Ask HN: What dev tools do you rely on that nobody talks about?

#7
Tilix + shell scripts to create a Tilix session, open windows inside Tilix and run commands, so that I can immediately create a session to debug say Linux kernel development -- 3 windows, one for gdb, one for compiling and running, and one for minicom.

I'm sure Tmux can do it, but I really hate the Ctrl+B thing. Alt + Arrow keys are way more intuitive.

Post reply on HN