Skip to content

adamwhitlock1/cliplo-quasar

Repository files navigation

Cliplo Application Cover

cliplo

A modern clipboard manager that is built for developer productivity. Access your clipboard history at any time. Share code snippets instantly on carbon.now.sh, and see where clipboard entries come from.

currently in active development - future releases may introduce breaking changes

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev -m electron

Cliplo has been tested in general on MacOS, but has not yet been tested as working on Linux or Windows Operating Systems.

This application also requires some elevated access rights on macOS, so be sure to check the required areas within Security & Privacy settings. Without the correct access rights, this application may not behave as expected.

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.