Now we have some shortcuts, but it is on beta state. Test and give me a feedback, thanks!
CmdOrCtrl+Shift+0
~ get copied item on position #1CmdOrCtrl+Shift+1
~ get copied item on position #2CmdOrCtrl+Shift+2
~ get copied item on position #3CmdOrCtrl+Shift+3
~ get copied item on position #4CmdOrCtrl+Shift+4
~ get copied item on position #5CmdOrCtrl+Shift+5
~ get copied item on position #6CmdOrCtrl+Shift+6
~ get copied item on position #7CmdOrCtrl+Shift+7
~ get copied item on position #8CmdOrCtrl+Shift+8
~ get copied item on position #9CmdOrCtrl+Shift+9
~ get copied item on position #10CmdOrCtrl+Shift+Y
~ focus pastes (only for windows)CmdOrCtrl+Shift+L
~ open window with clipboard history (by @savannahar68)
$ git clone https://github.com/pastes/pastes.git
$ cd pastes
$ yarn
$ yarn build --win
$ cd pastes
$ npm install
$ npm run build -- --win
Go to folder dist
and execute the pastes X.X.X.exe
or pastes Setup X.X.X.exe
and be happy.
$ git clone https://github.com/pastes/pastes.git
$ cd pastes
$ yarn
$ yarn build --linux
$ git clone https://github.com/pastes/pastes.git
$ cd pastes
$ npm install
$ npm run build -- --linux
Go to folder dist/
and execute the pastes_X.X.X_<arch>.deb
or pastes_X.X.X_<arch>.rpm
and be happy.
$ git clone https://github.com/pastes/pastes.git
$ cd pastes
$ yarn
$ yarn build --mac
$ git clone https://github.com/pastes/pastes.git
$ cd pastes
$ npm install
$ npm run build -- --mac
Go to folder dist
and execute the pastes-X.X.X.dmg
and be happy.