PowerToys/README.md

66 lines
2.8 KiB
Markdown
Raw Normal View History

WoX
===
2017-02-23 10:17:42 +08:00
[![Build status](https://ci.appveyor.com/api/projects/status/bfktntbivg32e103?svg=true)](https://ci.appveyor.com/project/happlebao/wox)
2016-04-19 06:17:11 +08:00
[![Github All Releases](https://img.shields.io/github/downloads/Wox-launcher/Wox/total.svg)](https://github.com/Wox-launcher/Wox/releases)
2016-07-05 22:44:14 +08:00
[![RamenBless](https://cdn.rawgit.com/LunaGao/BlessYourCodeTag/master/tags/ramen.svg)](https://github.com/LunaGao/BlessYourCodeTag)
2015-12-16 04:41:41 +08:00
**WoX** is a launcher for Windows that simply works. It's an alternative to [Alfred](https://www.alfredapp.com/) and [Launchy](http://www.launchy.net/). You can call it Windows omni-eXecutor if you want a long name.
2016-04-24 23:29:38 +08:00
2015-12-14 08:21:03 +08:00
![demo](http://i.imgur.com/DtxNBJi.gif)
2015-11-03 23:34:59 +08:00
Features
--------
2017-03-02 08:29:18 +08:00
- Search for everything—applications, **uwp**, folders, files and more.
- Use *pinyin* to search for programs / 支持用 **拼音** 搜索程序
- wyy / wangyiyun → 网易云音乐
- Keyword plugin search
- search google with `g search_term`
2018-02-25 02:18:35 +08:00
- Build custom themes at http://www.wox.one/theme/builder
- Install plugins from http://www.wox.one/plugin
2016-04-24 23:29:38 +08:00
2016-11-12 05:12:55 +08:00
Installation
------------
2016-04-24 23:29:38 +08:00
2018-12-22 12:48:16 +08:00
Download `Wox-xxx.exe` from [releases](https://github.com/Wox-launcher/Wox/releases). Latest as of now is [`1.3.524`](https://github.com/Wox-launcher/Wox/releases/download/v1.3.524/Wox-1.3.524.exe) ([`1.3.578`](https://github.com/Wox-launcher/Wox/releases/download/v1.3.578/Wox-1.3.578.exe) for preview channel)
2016-11-11 19:41:33 +08:00
Windows may complain about security due to code not being signed. This will be fixed later.
2016-05-18 22:02:29 +08:00
Versions marked as **pre-release** are unstable pre-release versions.
2016-05-18 22:02:29 +08:00
- Requirements:
- .net >= 4.5.2
2016-06-11 07:18:49 +08:00
- [everything](https://www.voidtools.com/): `.exe` installer + use x64 if your windows is x64 + everything service is running
- [python3](https://www.python.org/downloads/): `.exe` installer + add it to `%PATH%` or set it in WoX settings
2015-11-04 07:21:27 +08:00
Usage
-----
2015-11-04 10:04:54 +08:00
- Launch: <kbd>Alt</kbd>+<kbd>Space</kbd>
2015-11-04 07:21:27 +08:00
- Install/Uninstall plugin: type `wpm install/uninstall`
2016-08-21 08:56:35 +08:00
- Reset: delete `%APPDATA%\Wox`
2017-03-02 08:30:06 +08:00
- Log: `%APPDATA%\Wox\Logs`
2017-03-02 08:27:16 +08:00
Contribution
------------
2016-05-12 07:54:40 +08:00
- First and most importantly, star it!
2017-03-02 08:16:58 +08:00
- Read [Coding Style](https://github.com/Wox-launcher/Wox/wiki/Coding-Style)
2016-05-10 05:05:38 +08:00
- Send PR to **dev** branch
2016-05-10 05:08:55 +08:00
- I'd appreciate if you could solve [help_needed](https://github.com/Wox-launcher/Wox/issues?q=is%3Aopen+is%3Aissue+label%3Ahelp_needed) labeled issue
2016-05-10 05:05:38 +08:00
- Don't hesitate to ask questions in the [issues](https://github.com/Wox-launcher/Wox/issues)
2017-03-31 18:39:20 +08:00
Build
-----
1. Install Visual Studio 2015 and tick all Windows 10 sdk options
2. Open powershell with admin permission and `Set-ExecutionPolicy Unrestricted -Scope CurrentUser`
Documentation
-------------
2017-03-02 08:29:18 +08:00
- [Wiki](https://github.com/Wox-launcher/Wox/wiki)
2018-02-25 02:18:35 +08:00
- Outdated doc: [WoX doc](http://doc.wox.one).
2016-05-30 09:42:19 +08:00
- Just ask questions in [issues](https://github.com/Wox-launcher/Wox/issues) for now.