Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --simple one-liner to convert RTF sent to the clipboard to plain text for pasting without formatting
- (*
- How to use:
- Select the target text, do Command-X or Command-C
- Run the script
- Choose the destination and do Command-V
- *)
- set the clipboard to «class ktxt» of ((the clipboard as text) as record)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement