bryanknox / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 100.0%