Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/copyhistory
Quickly paste from your copy history
https://github.com/keith/copyhistory
Last synced: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T05:04:36.000Z (over 3 years ago)
- Last Synced: 2024-10-03T17:46:13.868Z (about 1 month ago)
- Language: Objective-C
- Size: 52.7 KB
- Stars: 9
- Watchers: 3
- 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.![](screenshot.png)
## 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.