Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-tools


https://github.com/zhanxw/awesome-tools

Last synced: 4 days ago
JSON representation

  • Text Processing

    • exa - ls alternative
    • ripgrep - fast alternative to grep
    • bat - cat alternative with colored outputs
    • xsv - handle CSV files `xsv table` to tabulate outputs
    • sd - sed alternative, e.g. `echo "sample with /path/" | sd '.*(/.*/)' '$1'`, much eaiser than `sed`: `echo "sample with /path/" | sed -E 's|.*(/.*/)|\1|g'`
    • cat - cat alternative
    • jnv - interactive JSON filter using jq (requires clang to build).
    • huniq - replacement for `sort|uniq` and it is much faster.
    • sk - fuzzy finder, a rust implementation of fzf.
  • File Processing

    • fd - find alternative `cargo install fd-find`
    • diskus - a parallel version of `du -sh`
    • crabz - gzip parallel compression/decompression tool
    • onefetch - command-line Git information tool
    • hexyl - a hex viewer
    • tokei - count lines of codes
  • System Utilities