Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 645 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 645 Bytes

Textor

performs CRUD operations on multiple text editable files simultaneously

Operations supported :-

  • Delete a particular line in single/multiple files by its line number

  • Delete next/previous line in single/multiple files if current line text matches text to be searched

  • Add a particular line in single/multiple files by its line number

  • Add next/previous line in single/multiple files if current line text matches text to be searched

  • Replace text in a particular line in single/multiple files by its line number

  • Replace text in a particular line in single/multiple files if text in that line matches text to be searched