Curated list of awesome tools. There are awesome lists for various themes. This list is just a mix of tools I find useful.
- csvlens - Command line csv viewer.
- lsix - Like
ls
, but for images. - hyperfine - A command-line benchmarking tool.
- q - Run SQL directly on delimited files.
- GQL - Git Query language is a SQL like language to perform queries on .git files with supports of most of SQL features such as grouping, ordering and aggregations functions.
- git-absorb - git commit --fixup, but automatic.
- git-recall - An interactive way to peruse your git history from the terminal.
- delta - A syntax-highlighting pager for git, diff, grep, and blame output.
- index-digest Analyses your MySQL schema and suggests indices and schema improvements. It can also analyze database queries if you provide an SQL query log.