Ask HN: What dev tools do you rely on that nobody talks about?
31–40 of 58 posts
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#32:)
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#33Re: Ask HN: What dev tools do you rely on that nobody talks about?
#34Re: Ask HN: What dev tools do you rely on that nobody talks about?
#35https://github.com/atuinsh/atuin for fuzzy shell history (ctrl+r) https://github.com/sharkdp/bat (nice coloured cat replacement) https://github.com/abiosoft/colima (so I don't need docker desktop) https://github.com/duckdb/duckdb (performant database that lets you directly query JSON, parquet, csv files with SQL queries and convert one to the other. https://github.com/eradman/entr (rerun commands automatically when p…
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.
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#36Re: Ask HN: What dev tools do you rely on that nobody talks about?
#37Re: Ask HN: What dev tools do you rely on that nobody talks about?
#38Re: Ask HN: What dev tools do you rely on that nobody talks about?
#39https://github.com/atuinsh/atuin for fuzzy shell history (ctrl+r) https://github.com/sharkdp/bat (nice coloured cat replacement) https://github.com/abiosoft/colima (so I don't need docker desktop) https://github.com/duckdb/duckdb (performant database that lets you directly query JSON, parquet, csv files with SQL queries and convert one to the other. https://github.com/eradman/entr (rerun commands automatically when p…
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#40I'm not sure it counts as a dev tool, but I use Nushell and I'm always surprised at how few devs know about it.