github

appetizermonster / hain

  • четверг, 24 марта 2016 г. в 02:14:01
https://github.com/appetizermonster/hain

JavaScript
An 'alt+space' launcher for Windows, built with Electron



Hain

Build status Join the chat at https://gitter.im/appetizermonster/hain

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.

Features

  • Searching Executable files very fast with Fuzzy Matching
  • Plugins in Pure JavaScript

Downloads

Go to Releases, then you can download prebuilt binaries.

Usage

Run and press alt+space anywhere

How to make Plugins

See Plugin Documentation

Running from Sources

# 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 .

Building

# 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

Contributing

Feel free to send any pull request to develop branch!

Credits

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

License

MIT