https://github.com/keith/copyhistory
Quickly paste from your copy history
https://github.com/keith/copyhistory
Last synced: 9 months ago
JSON representation
Quickly paste from your copy history
- Host: GitHub
- URL: https://github.com/keith/copyhistory
- Owner: keith
- License: mit
- Created: 2020-11-29T04:46:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T05:04:36.000Z (over 5 years ago)
- Last Synced: 2025-06-05T00:54:25.205Z (about 1 year ago)
- Language: Objective-C
- Size: 52.7 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CopyHistory
A small app to record copies, and allow you to quickly paste them from a
menu invoked by CTRL+CMD+V.

## Installation
### Manually
Download the [latest release](https://github.com/keith/CopyHistory/releases) and move it to `/Applications`
### With homebrew
```
brew install --cask keith/formulae/copyhistory
```
## Acknowledgements
This workflow was born for me from [ClipMenu](http://www.clipmenu.com)
and was followed up by [Clipy](https://github.com/Clipy/Clipy) if you
want more features.
I wrote this app to be the most stable version of this workflow reducing
the risk of breaking with new OS releases.