appetizermonster / hain
- четверг, 24 марта 2016 г. в 02:14:01
JavaScript
An 'alt+space' launcher for Windows, built with Electron
An alt+space
launcher for Windows, built with Electron.
I always dreamed an alternative to Alfred on Windows, that is made with JavaScript. so, I made it.
Go to Releases, then you can download prebuilt binaries.
Run and press alt+space
anywhere
# Clone this repo
git clone https://github.com/appetizermonster/hain.git
# Go into the repo
cd hain
# Install dependencies
npm install
npm install -g --arch=ia32 electron-prebuilt
# Build sources
gulp
# Run with electron
electron .
# Clone this repo
git clone https://github.com/appetizermonster/hain.git
# Go into the repo
cd hain
# Install dependencies
npm install
# Build installers
gulp build-all
Note: this project uses Electron 32bit version
Feel free to send any pull request to develop
branch!
The name "Hain" is named by Hyunseop Lee, it means "a Servant" in Korean.
The app icon is designed by Yunsung Lee.
It uses npmsearch.com for searching modules for now
MIT