An open API service indexing awesome lists of open source software.

https://github.com/ehnap/gal

Gal is A Launcher
https://github.com/ehnap/gal

gal launcher

Last synced: 5 months ago
JSON representation

Gal is A Launcher

Awesome Lists containing this project

README

        

Gal
===

[![License](https://img.shields.io/github/license/ehnap/gal.svg)](https://github.com/ehnap/gal/blob/master/LICENSE)
[![Code size](https://img.shields.io/github/languages/code-size/ehnap/gal.svg)](https://github.com/ehnap/gal/releases)
[![RamenBless](https://cdn.rawgit.com/LunaGao/BlessYourCodeTag/master/tags/alpaca.svg)](https://github.com/LunaGao/BlessYourCodeTag)

**Gal == Gal is A Launcher**

**Gal** is a launcher for Windows that simply works. It's an alternative to [WoX](http://wox.one)、[Alfred](https://www.alfredapp.com/) and [Launchy](http://www.launchy.net/). You can call it Windows omni-eXecutor if you want a long name.

Features
--------

- Search for everything—applications, files and more.
- Use *pinyin* to search for programs / 支持用 **拼音** 搜索程序
- biying → 必应缤纷桌面
- Keyword plugin search
- search bing with `bing search_term`

Installation
------------

Download `gal-xxx.exe` from [releases](https://github.com/ehnap/gal/releases). Latest as of now is [`2.1.3`](https://github.com/ehnap/gal/releases/download/v2.1.3/gal-2.1.3-x64.zip)

- Requirements:
- [everything](https://www.voidtools.com/): `.exe` installer + use x64 if your windows is x64 + everything service is running

Usage
-----

- Launch: Alt+Space
- Extend Menu: Alt+Right

Build
-----

1. Install Visual Studio 2017 and tick all Windows 10 sdk options
2. in project dir.
```
cd ..
mkdir galproject
qmake -t vcapp ..\gal\galapp\gal.pro
msbuild gal.vcxproj
```

Documentation
-------------
- Just ask questions in [issues](https://github.com/ehnap/gal/issues) for now.