Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ rxargs Public

Regex argument substitution for command-line wizardry

License

Notifications You must be signed in to change notification settings

dyeo/rxargs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxargs

Regex argument substitution for command-line wizardry

usage: rxargs [-h] [-n, --display] [-v] PATTERN COMMAND

Interpret standard input using PATTERN, then execute COMMAND as a substitution of that input. Note that this program uses python regular expressions. See <https://docs.python.org/3/library/re.html#regular-expression-syntax> for more info.

positional arguments:
  PATTERN        the pattern to parse from stdin
  COMMAND        the command to execute using the regex substitution

options:
  -h, --help     show this help message and exit
  -n, --display  display command result without running it
  -v, --version  show program's version number and exit

About

Regex argument substitution for command-line wizardry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages