You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
overlisted b3332f136a
add a screenshot
2 years ago
src make a fancier command framework 2 years ago
.gitignore initial version 2 years ago
COPYING add a license 2 years ago
Cargo.lock add backtrace to panics 2 years ago
Cargo.toml add backtrace to panics 2 years ago
README.md add a screenshot 2 years ago
screenshot.png add a screenshot 2 years ago

README.md

vsub

A visual regex substitution tool

Screenshot demo

Commands

w

Write (save) the edited buffer to the opened file

s/<fpat>/<spat>/

Substitutes all occurrences of fpat with spat. $c = access capture group c, $0 = whole match

s/<pat>/

Removes all occurrences of pat (substitutes with nothing)

p/<pat>/

Highlights all occurrences of pat (previews what s would remove)