Skip to content

A very crude (and ugly) tool for performing simple formatting and editing operations on text. Implemented as a WPF Windows desktop application. It ain't pretty and the code is crude, but it does what it's supposed to.

License

Notifications You must be signed in to change notification settings

bryanknox/BkTextFormatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BkTextFormatter

A very crude (and ugly) tool for performing simple formatting and editing operations on text. Implemented as a WPF Windows desktop application. It ain't pretty and the code is crude, but it does what it's supposed to.

##General Usage: Paste text into the main TextBox from the clipboard, perform formatting and editing, select the desired text in the main TextBox and copy it back to the clipboard. Paste into the desired app.

##Features:

  • Remove Blank Lines
  • Remove EOL characters
  • Prepend Text To Lines
  • Append Text To Lines
  • Line Break after Delimiter (inserts a line break after each occurance of the specified delimiter)
  • Line Break at Delimiter (replaces each occurance of the specified delimiter with a line break)
  • Line Break to Delimiter (replaces each occurance of a line break with the specified delimiter)
  • Delete text on lines before end of mark
  • Delete text on lines after start of mark

About

A very crude (and ugly) tool for performing simple formatting and editing operations on text. Implemented as a WPF Windows desktop application. It ain't pretty and the code is crude, but it does what it's supposed to.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages