Live data from Hacker News

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

news.ycombinator.com

51–58 of 58 posts

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

#56
post #47

Earlier quoted context omitted.

You might be interested in: https://github.com/cantino/mcfly - fuzzy shell history (feels lighter than atuin to me, in rust) https://github.com/watchexec/watchexec - rerun on file change, knows about .gitignore/.ignore etc (in rust) https://github.com/jonas/tig - instead of lazygit, mostly for easier git log viewing for me as I use straight git most of the time Otherwise a lot of crossover in what I use too.

"feels lighter"? is it or is it not lighter?

Last I checked, and things might have changed, atuin runs a full posgresql database to store and sync the history, while mcfly is lighter, it also has a narrower feature scope.

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

#57
post #47

Earlier quoted context omitted.

"feels lighter"? is it or is it not lighter?

Last I checked, and things might have changed, atuin runs a full posgresql database to store and sync the history, while mcfly is lighter, it also has a narrower feature scope.

So Atuin actually runs postgresql on the server only - the part that handles sync for many users

On the client, it uses sqlite. As of recently, it also keeps an in-memory Nucleo index to make fuzzy searching much faster

Post reply on HN