CYRUS is a Windows and OSX desktop app built using Electron and VueJS. It's is a productivity tool and provides quick and easy access to snippets and templates which you can paste into any application. CYRUS can be controlled entirely by keyboard and can be used to provide you with easy access to simple snippets or for more complex templates with placeholder replacements. All of this ends up in your clip board, ready to paste into any application.
Watch an intro video about CYRUS on YouTube:
BETA release (Windows and OSX installers)
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production (USE THIS ONE!!)
npm run build:all
# this incremements the build number in package.json and builds both osx and win versions
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@4c6ee7b using vue-cli. Documentation about the original structure can be found here.
Provided by: