aaronriekenberg / rust-parallelLinks
Fast command line app in rust/tokio to run commands in parallel. Similar interface to GNU parallel or xargs plus useful features. Listed in Awesome Rust utilities.
☆270Updated last week
Alternatives and similar repositories for rust-parallel
Users that are interested in rust-parallel are comparing it to the libraries listed below
Sorting:
- An asynchronous, runtime data feedable terminal paging library for Rust☆358Updated last month
- ☆144Updated last year
- Filter out duplicates on the command line. Replacement for `sort | uniq` optimized for speed (10x faster) when sorting is not needed.☆262Updated 2 years ago
- A command line tool for datetime arithmetic, parsing, formatting and more.☆296Updated this week
- Like pigz, but rust☆365Updated last year
- CLI tool to conditionally execute commands only when files in a dependency list have been updated. Like `make`, but standalone.☆143Updated 3 years ago
- Declarative bash/fish/zsh/pwsh completions without writing shell scripts!☆290Updated this week
- Highly parallelized, blazing fast directory tree analyzer☆657Updated last month
- Modern, performance focused unix commands☆505Updated 6 months ago
- An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line.☆491Updated 7 months ago
- A command-line utility for encoding and decoding QR code☆251Updated this week
- Drop-in replacement of diffutils in Rust☆237Updated 2 weeks ago
- CLI tool to help keep track of your Git repositories, written in Rust☆383Updated 2 weeks ago
- A Unified CLI Tool for Bookmark, Snippet, and Knowledge Management☆238Updated 2 weeks ago
- Flamegraph viewer in the terminal☆590Updated 9 months ago
- Check for broken links in markup files☆163Updated last month
- A command line utility on top of the tera templating engine. Takes json|yaml|toml as input and can merge ENV in. You may see it as envsub…☆101Updated 11 months ago
- A language server for just☆206Updated this week
- A syntax highter for diffs, clarifying which parts of lines have changed☆492Updated last week
- 🦜 Accessible image processing and conversion from the terminal. Front-end for image-rs/image. Formerly 'sic'☆216Updated 3 months ago
- A gRPC client for the terminal☆168Updated this week
- xargs + awk with pattern matching support. `ls *.bak | rargs -p '(.*)\.bak' mv {0} {1}`☆560Updated 2 years ago
- A command-line tool to batch rename files and directories☆571Updated last month
- A command line tool to download release assets from GitHub☆325Updated this week
- A terminal user interface for searching, adding and installing cargo crates.☆164Updated last month
- Pure rust implementation of jq☆386Updated this week
- Interactive Grep