Ask HN: What dev tools do you rely on that nobody talks about?
41–50 of 58 posts
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#42Re: Ask HN: What dev tools do you rely on that nobody talks about?
#43Re: Ask HN: What dev tools do you rely on that nobody talks about?
#44Re: Ask HN: What dev tools do you rely on that nobody talks about?
#45CapRover for self hosted PaaS Dozzle for self hosted logs DuckDB was a life savior for some data analysis I needed to do Rollbar for app error alerting - v generous free tier
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#46CapRover for self hosted PaaS Dozzle for self hosted logs DuckDB was a life savior for some data analysis I needed to do Rollbar for app error alerting - v generous free tier
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#47https://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…
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.
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#48https://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…
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.
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#49Re: Ask HN: What dev tools do you rely on that nobody talks about?
#50Notepad++ :)