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.
402 B
402 B
Scripts
Scripts & Resources I have made.
Text Manipulation (vim):
:%g!/price/d
- Removes lines that don't contain price
:%s/foo/bar/g
- Replace all foo with bar
Adding prefix/suffix (Notepad++):
Find: ^(.*)$
Replace: Prefix $0 Suffix
Licensing
The code in this project is licensed under GNU GPLv3 License.