rargs
processor
A utility for processing input lines with pattern matching support
xargs + awk with pattern matching support. ls *.bak | rargs -p '(.*)\.bak' mv {0} {1}
495 stars
13 watching
21 forks
Language: Rust
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
razrfalcon/pico-args | An ultra simple CLI arguments parser | 575 |
pka/georaster | A Rust library for working with geospatial raster images | 24 |
mlampros/openimager | An R package providing a toolkit for image processing and recognition. | 59 |
maxpert/drep | Tool to dynamically filter and print lines from input streams based on user-defined patterns | 89 |
aspecscire/rasters.rs | A Rust library providing tools to process large raster data in memory-efficient and parallel ways. | 10 |
newrelic/rusty-hog | Secret scanner built in Rust for performance to detect sensitive information | 454 |
tweag/haskellr | An environment for efficient data processing using Haskell or R code. | 585 |
yaa110/rake-rs | A Rust library implementing a keyword extraction algorithm to automatically identify relevant words in text | 33 |
cryptex-github/ril-py | A Python binding around an image processing library written in Rust. | 29 |
fltk-rs/fltk-rs | Rust bindings for a lightweight GUI library with customizable widgets and permissive licensing. | 1,614 |
randombit/botan-rs | A Rust cryptography library that wraps the Botan C API | 34 |
ayrat555/fang | Background task processing and queueing system for Rust applications. | 623 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 874 |
reddavis/n-gram | Generates sequences of characters from a given text, useful for data analysis and modeling | 37 |
rggen/rggen | Automates code generation for control and status registers from human-readable specifications | 330 |