cmd c
macOS
Download (v1.4) from the Mac App Store and support development for $3.99
iOS
Download (v1.1) from the App Store
About
cmd c is the clipboard manager designed by programmers for programmers. Fast access to every feature is the basis of the app. The interface is clean and beautiful too. How it works:
- 1. you hit alt+v to show the app (no fingers acrobatics needed, you can change the shortcut to even easier ones)
- 2. chose the item you want to paste from the list -> app is hidden automatically after that
FEATURES:
- keeps window in memory for 5 min, if used frequently you'll notice performance improvements
- keeps history for the entire day
- the next day removes the previous day history except the last 50 items
- keeps the text you copied with the original formatting
- it recognises links automatically and you can open them by clicking on the link icon
- mark items as code snippets to keep them around even after the daily cleanup
- iCloud sync
Pasting automatically
if you chose to support the development of this app and bought it from the Appstore, thank you, there's an extra step to do in order to get automatic pasting in current app, you need to copy this command and run it in Terminal app, it will create an Applescript that cmdc will communicate with and trigger cmd+v for you:
echo "tell application \"System Events\" to keystroke \"v\" using command down" > ~/Library/Application\ Scripts/com.ralcr.commandc/paste.scpt