Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 569 Bytes

File metadata and controls

33 lines (17 loc) · 569 Bytes

clippy

Screenshot

Clippy returns, now empowered by Electron !

How to use

Once you download one of the releases, simply run the executable.

Else, you can download source code, and do as is descibed below (prepare, build, run).

Prepare

npm i

sudo make permissions

Build

There are build scripts located on package.json.

For Linux :

npm run build_linux

For Windows :

npm run build_win, npm run build_win_portable

Third-party Libraries

Thanks to clippy.js project (https://github.com/clippyjs/clippy.js).