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}

GitHub

504 stars
14 watching
21 forks
Language: Rust
last commit: over 1 year ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
razrfalcon/pico-args An ultra simple CLI arguments parser 582
pka/georaster A Rust library for working with geospatial raster images 23
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. 11
newrelic/rusty-hog Secret scanner built in Rust for performance to detect sensitive information 461
tweag/haskellr An environment for efficient data processing using Haskell or R code. 587
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 cross-platform GUI library 1,646
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. 627
alilleybrinker/langs-in-rust A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. 887
reddavis/n-gram Generates sequences of characters from a given text, useful for data analysis and modeling 37
rggen/rggen Automatically generates source code for control and status registers (CSRs) from human-readable register map specifications. 341