Project
cmdline-sub
sub substitutes the matching pattern in every word in the command line with the
substitution. Only the first matched pattern in the word is substituted unless
the 'g' flag is given. There are various options that change the way substitutions
are performed or the way matches are made. Patterns can have regular expression
wildcards (special characters) in them, and the regular expression engine used is
Ruby's. Special characters are interpreted as special unless the 'L' flag is given.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Licenses
MIT