Clipboard extension app like yank-ring or kill-ring
- Copy some text as normal.
- Press
command + control + v
then the window will show up - Repeat
command + control + v
until text that you want to copy show in top of list. - press
Enter
(or wait few second) for copy selected text to system clipbord.
Currently only support macOS
# install
npm install
# run the app
npm start
# release build
npm run release
# run the app for debug
npm run dev
# test
npm test
npm test:watch
# lint
npm run lint
- Create config view for changing global shortcut key and number of entry
MIT