clipboard-manager-electron Fernando M. Tenório
winget install --id=dotenorio.clipboard-manager-electron -e
A clipboard manager built with Electron
Clipboard Manager Electron is a cross-platform clipboard management tool designed to streamline your workflow by storing and quickly accessing multiple copied items. Built using Electron, it supports Windows, Linux, and macOS, providing consistent functionality across different operating systems.
Key Features:
- Cross-Platform Support: Use the same application on Windows, Linux, and macOS without additional setup.
- Keyboard Shortcuts (Beta): Access stored clipboard items with customizable shortcuts for efficiency.
- Customizable Storage Limit: Set preferences to manage how many copied items are retained in your history.
- Clipboard History: Maintain a comprehensive record of your copied content for quick retrieval.
- Integration: Works seamlessly with native keyboard commands, enhancing productivity without disrupting your workflow.
Audience & Benefit:
Ideal for users who work across multiple platforms or require frequent access to previous clipboard content. This tool helps professionals and casual users alike save time by eliminating the need to re-copy or search through documents, fostering a more efficient and streamlined experience.
README
Clipboard Manager Electron
A clipboard manager built with Electron
Preview Windows
Preview Linux Ubuntu 19.10
Preview MacOS
the icon are BIG, it's wrong. Help me on the issue #21
Shortcuts (BETA)
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 clipboard-manager-electron (only for windows)CmdOrCtrl+Shift+L
~ open window with clipboard history (by @savannahar68)
Windows
How to do a Windown build (You can go with either Yarn build or Npm build)
Yarn Build
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ yarn
$ yarn build --win
NPM build
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ npm install
$ npm run build -- --win
Go to folder dist
and execute the clipboard-manager-electron X.X.X.exe
or clipboard-manager-electron Setup X.X.X.exe
and be happy.
Linux
How to do a Linux build (You can go with either Yarn build or Npm build)
Yarn Build
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ yarn
$ yarn build --linux
NPM build
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ npm install
$ npm run build -- --linux
Go to folder dist/
and execute the clipboard-manager-electron_X.X.X_.deb
or clipboard-manager-electron_X.X.X_.rpm
and be happy.
Mac
How to do a Mac build (You can go with either Yarn build or Npm build)
Yarn Build
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ yarn
$ yarn build --mac
NPM build
$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ npm install
$ npm run build -- --mac
Go to folder dist
and execute the clipboard-manager-electron-X.X.X.dmg
and be happy.
Releases
Download latest release
If don´t want do a build, you can download the latest release!