Rust CLI Toolkit

A collection of blazing fast CLI utilities written in Rust. Includes file search, image compression, and json formatting.

Rust CLI Toolkit

Why wait for Node.js scripts to start up when you can have instant execution?

Tools Included

  1. fsearch: Fuzzy file finder.
  2. img-opt: Lossless image optimizer (wrapper around oxipng).
  3. fmt-json: Fast JSON formatter and validator.

Usage

# Search for files
fsearch --query "config"

# Optimize images in current folder
img-opt ./*.png

Benchmarks

ToolNode.js VersionRust VersionSpeedup
Search150ms12ms12.5x
JSON Format800ms45ms17.7x