Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.39 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.39 KB

Awesome-tools

Curated list of awesome tools. There are awesome lists for various themes. This list is just a mix of tools I find useful.

Command line

  • csvlens - Command line csv viewer.
  • lsix - Like ls, but for images.
  • hyperfine - A command-line benchmarking tool.
  • q - Run SQL directly on delimited files.

Git

  • 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.

Database tools

  • 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.

Misc

  • dive - A tool for exploring each layer in a docker image.
  • ngxtop - Real-time metrics for nginx server.