4 Repositories
Rust awk Libraries
Ruplacer - Find and replace text in source files
Ruplacer - Find and replace text in source files
331 Dec 28, 2022
This is choose, a human-friendly and fast alternative to cut and (sometimes) awk
Choose This is choose, a human-friendly and fast alternative to cut and (sometimes) awk Features terse field selection syntax similar to Python's list
1.4k Jan 7, 2023
Find and replace text in source files
Ruplacer Find and replace text in source files: $ ruplacer old new src/ Patching src/a_dir/sub/foo.txt -- old is everywhere, old is old ++ new is ever
331 Dec 28, 2022
xargs + awk with pattern matching support. `ls *.bak | rargs -p '(.*)\.bak' mv {0} {1}`
Rargs is kind of xargs + awk with pattern-matching support. Installation Mac OS brew install rargs Nix nix-env -i rargs (Currently available in unst
379 Dec 22, 2022