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.
☆242Updated this week
Alternatives and similar repositories for rust-parallel
Users that are interested in rust-parallel are comparing it to the libraries listed below
Sorting:
- Like pigz, but rust☆356Updated last year
- ☆142Updated last year
- CLI tool to conditionally execute commands only when files in a dependency list have been updated. Like `make`, but standalone.☆131Updated 2 years ago
- Highly parallelized, blazing fast directory tree analyzer☆625Updated 3 weeks ago
- Filter out duplicates on the command line. Replacement for `sort | uniq` optimized for speed (10x faster) when sorting is not needed.☆252Updated last year
- CLI tool to help keep track of your Git repositories, written in Rust☆365Updated last month
- A command line tool for datetime arithmetic, parsing, formatting and more.☆258Updated 4 months ago
- Process Interactive Kill☆337Updated last week
- An asynchronous, runtime data feedable terminal paging library for Rust☆339Updated last year
- 🎯 A command line download/upload tool with resume.☆160Updated last week
- Declarative bash/fish/zsh completions without writing shell scripts☆281Updated last week
- Core POSIX command line utilities in safe Rust☆394Updated 2 months ago
- Mass renamer TUI written in Rust☆156Updated 5 months ago
- An utility for encoding or decoding QR code☆218Updated last week
- A command line tool to download release assets from GitHub☆288Updated last month
- Drop-in replacement of diffutils in Rust☆196Updated last week
- A diff filter highlighting which line parts have changed☆461Updated last month
- Natural language command line tool for ripgrep.☆166Updated last year
- A gRPC client for the terminal☆139Updated last month
- A Unified CLI Tool for Bookmark, Snippet, and Knowledge Management☆216Updated 3 weeks ago
- (fastest?) disk usage cli, similar to windirstat.☆178Updated 2 years ago
- Modern, performance focused unix commands☆457Updated 2 months ago
- Flamegraph viewer in the terminal☆550Updated 5 months ago
- Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.☆330Updated this week
- Check for broken links in markup files☆158Updated last week
- xargs + awk with pattern matching support. `ls *.bak | rargs -p '(.*)\.bak' mv {0} {1}`☆551Updated 2 years ago
- Markdown renderer in the terminal