https://github.com/simulatedgreg/hipclip
A minimal clipboard history app.
https://github.com/simulatedgreg/hipclip
Last synced: 3 months ago
JSON representation
A minimal clipboard history app.
- Host: GitHub
- URL: https://github.com/simulatedgreg/hipclip
- Owner: SimulatedGREG
- Created: 2015-12-21T06:02:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T09:38:25.000Z (over 9 years ago)
- Last Synced: 2025-01-14T01:49:09.140Z (5 months ago)
- Language: JavaScript
- Size: 115 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HipClip [BETA]
A minimal clipboard history app built with electron.
##### Current Status
HipClip is known to work on OS X 10.11.2 using ```electron-prebuilt``` with Electron v0.36.1. Only plain text & still images are supported at the moment. Testing has not been done on Windows or Linux as of yet.## Install
```
git clone https://github.com/SimulatedGREG/HipClip.git
npm install
npm start
```### How to Use
Open HipClip with the global hot key!
```
ctrl+alt(option)+h
```
Use ```up/down arrow``` keys to selected a clipboard item and hit ```enter``` to recopy to clipboard. Use ```escape``` to close.## TODO:
1. Settings panel
* Set expiration time for copies
* Custom highlight color
* Dark theme
2. Fix arrow scrolling issues
3. Make app launch on start up
4. Test on other platforms
5. ~~Remove FontAwesome dependency (literally only using one icon, lol)~~
6. Make better gif
7. Parse Urls and grab meta data for rich data
8. Make hipster logo