- Properly handle search strings that begin with a dash (-)
1.0.7
- Fixed help text - Added help to README - Minor refactoring
1.0.6
- Use find -exec instead of pipe for replace command printout - Parse the sed command directly into the sed object - Ensure search and replace strings don't end in escape char once converted to regex strings for sed
1.0.5
- Fix replace when --wholeword option is used in search
1.0.4
- Removed unused items from search.py - Updated documentation