Electron + Alfred
An Alfred-like application written in JavaScript. Launch your Apllication very fast.
DEMO:
- can be executed in both Mac & Windows.
- customizable (written in poplurar language, JS).
- cute Icon.
- Node.js v6.9.4
- npm v4.1.2
$ git clone https://github.com/nehuyu/elfred
$ npm install
$ npm run dev
$ npm run package
MIT @nehuyu
I used electron-react-boilerplate by hisasann as template for this. Thanks!