Skip to content

MarkDOlsen/RemoveNewLineFromClipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard Text Line Break Remover

Takes the text currently on the clipboard and strips out newline characters.

Why?

I am frequently copying and pasting text from PDFs and the result is a jagged mess of linebreaks from the column structure of the PDF. I can keep this little program open and just click the "strip newlines" button before I paste into my target document to remove those extra line breaks and it saves me a ton of time cleaning them up the result in my target document.

Output

  • Displays the modified tect in the window, both to show it is done and to allow a quick review of what it did.
  • The modified tect is copied back to the clipboard automatically so it can be pasted via control + v as usual.

Use

  • copy some text to the clipboard
  • open this app and click the "Strip Newlines" button
  • the modified text will appear in the window so you know it worked
  • you can then paste that text normally wherever you need it (note that you do not need to recopy it from the window in the app, the modified text is already on the clipboard).

About

Removes newline characters from text on the clipboard.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages