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}
504 stars
14 watching
21 forks
Language: Rust
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| An ultra simple CLI arguments parser | 582 |
| A Rust library for working with geospatial raster images | 23 |
| An R package providing a toolkit for image processing and recognition. | 59 |
| Tool to dynamically filter and print lines from input streams based on user-defined patterns | 89 |
| A Rust library providing tools to process large raster data in memory-efficient and parallel ways. | 11 |
| Secret scanner built in Rust for performance to detect sensitive information | 461 |
| An environment for efficient data processing using Haskell or R code. | 587 |
| A Rust library implementing a keyword extraction algorithm to automatically identify relevant words in text | 33 |
| A Python binding around an image processing library written in Rust. | 29 |
| Rust bindings for a cross-platform GUI library | 1,646 |
| A Rust cryptography library that wraps the Botan C API | 34 |
| Background task processing and queueing system for Rust applications. | 627 |
| A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 887 |
| Generates sequences of characters from a given text, useful for data analysis and modeling | 37 |
| Automatically generates source code for control and status registers (CSRs) from human-readable register map specifications. | 341 |