Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlewand/mrclippy
A simple clipboard editor
https://github.com/mlewand/mrclippy
clipboard clipboard-manager electron
Last synced: about 2 months ago
JSON representation
A simple clipboard editor
- Host: GitHub
- URL: https://github.com/mlewand/mrclippy
- Owner: mlewand
- License: mit
- Created: 2017-01-22T22:19:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T22:50:24.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T08:50:48.458Z (9 months ago)
- Topics: clipboard, clipboard-manager, electron
- Language: JavaScript
- Size: 569 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MrClippy
A simple, experimental app for storing, editing and loading clipboard content.
The app is under heavy development to define its initial shape. At this point I don't care that much for UI until all the essential features are in place.
Initially the app is developed on Windows. [Mac](https://github.com/mlewand/mrclippy/issues/21) and [Linux](https://github.com/mlewand/mrclippy/issues/20) support will follow shortly after.
Contributions are welcome.
## Requirements
* nodejs
Dev version (Windows):
* `npm install --global --production windows-build-tools` - ran as Administrator
## Running the app
Currently the only way to run it is to use dev version.
```
git clone https://github.com/mlewand/mrclippy.git mrclippy
cd mrclippy
npm install
npm run start
```## License
MIT © [Marek Lewandowski](https://github.com/mlewand/mrclippy)