panta is a simple clipboard manager which aims to run in Linux, Mac and Windows. Currently it has releases at Linux and Mac.
- panta is enabled when pressing
(Command + 1)
/Ctrl + 1
. - When you copy text it saves the text as history item and keep it for you.
- You can search in textbox and when select any item by mouse click or enter key then it save it to your clipboard as latest item.
- You can paste any item from your history after select it.
- When you click
(Command + tab)
/Ctrl + tab
panta will go hidden mode.
To run the app npm start
.
To run the tests npm test
.
To package the app then npm run package