dwiel / talon_community

a single source of application-specific scripts
BSD Zero Clause License
121 stars 113 forks source link

"match X" and "sed s/X/Y/g" #135

Open isomorphisms opened 5 years ago

isomorphisms commented 5 years ago

saying "sed A B" should write

/A/B/g

Or maybe it should be "substitute A with B" or "match A" for ~ /A?/ (default to non-greedy)

dwiel commented 5 years ago

i very rarely use, i'm not sure what a good default is