#replace #file #word #substring #cli #string #quickly

app replace-all

Cli to quickly replace occurences of a word in a file

2 releases

0.1.1 Nov 1, 2022
0.1.0 Nov 1, 2022

#1835 in Text processing

MIT license

4KB

replace-all

Replaces all occurences of a substring in a file

replace-all 0.1.1

USAGE:
    replace-all <word> <replacement> <files...>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <files>          One or more input files to use
    <word>           String to find and replace
    <replacement>    Replacement

Dependencies

~2.5MB
~48K SLoC