eli-oat / PlainPasta

A simple macOS app for "plaintextifying" your clipboard

Home Page:https://hisaac.github.io/PlainPasta/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plain Pasta's app icon

Plain Pasta

Plain Pasta is a tiny Mac app that makes "Paste and Match Style" the default copy/paste behavior.

It sits in your menu bar, and watches your clipboard for text, removes any styling from the text, and puts plaintext back on your clipboard.

I made this app because I rarely want styling to be copied to my clipboard. When I copy text, all I want is the text.

Download the most recent version of Plain Pasta from the Mac App Store.

Demonstration

Without Plain Pasta

A screen recording of text and style being copy/pasted

Copy/Pasting styled text takes both the text and the styling with it

With Plain Pasta

A screen recording of text being copy/pasted without its styling

Copy/Pasting styled text with Plain Pasta enabled only pastes the text itself, no styling

Contributing

PRs are more than welcome!

To get up and running, you'll need to clone this repo, and then initialize the VerifyNoBS submodule using:

git submodule update --init

Attribution

Plain Pasta was inspired by another app called FormatMatch by Robert Wessels.

I've used FormatMatch for many years. I would've happily used it for many more years to come, but the app hasn't been updated for over 6 years, and Robert Wessel's website is no longer live. I've been concerned for the continued life of the app, so I finally decided to take the time to write a new version using modern technologies.

About

A simple macOS app for "plaintextifying" your clipboard

https://hisaac.github.io/PlainPasta/

License:MIT License


Languages

Language:Swift 91.8%Language:Rich Text Format 8.2%