Windows system utilities to maximize productivity
Go to file
2014-12-15 20:38:42 +08:00
.nuget some UI staff 2013-12-22 00:44:56 +08:00
Deploy/Nuget Update CI scripts 😢 2014-12-13 15:17:44 +08:00
Doc Auto publish Wox.Plugin to nuget. 2014-12-12 18:22:17 +08:00
Plugins/Wox.Plugin.PluginManagement Update wpm to use the new api 2014-12-14 22:24:05 +08:00
PythonHome Refactoring command args and change the signal instance implement. 2014-10-21 18:16:05 +08:00
Wox make plugin folder name readable. 2014-12-15 20:38:42 +08:00
Wox.Infrastructure Add upgrade check. 2014-12-14 23:16:29 +08:00
Wox.Plugin Merge branch 'V1.1.0' into dev 2014-12-12 12:21:23 +08:00
Wox.Plugin.SystemPlugins fix #151. 2014-12-15 18:50:28 +08:00
Wox.Test Remove unnecessary codes merged from v1.1.0 2014-12-12 12:37:01 +08:00
Wox.UAC Enable themes of Windows Common Controls and Dialogs in Wox.UAC 2014-03-26 15:29:55 +08:00
.gitattributes Add youdao plugin. 2014-03-12 09:16:22 +08:00
.gitignore Fix python env issues. 2014-07-18 23:12:50 +08:00
appveyor.yml Deploy nuget only when commits on master branch. 2014-12-13 22:01:23 +08:00
LICENSE Added Plugin for searching additional directories 2014-03-30 16:03:07 -07:00
README.md Merge branch 'master' into V1.1.0 2014-11-27 12:55:58 +08:00
Wox.sln Remove unnecessary codes merged from v1.1.0 2014-12-12 12:37:01 +08:00

Wox Build status

Wox is an effective launcher for windows, which was inspired by Alfred and Launchy. Wox provide bundles of features let you access infomations quickly.

Features

  1. Search applications, files (via everything plugin) and chrome bookmarks
  2. Search web contents with shortcuts (e.g. search google with g keyword or youtube keyword)
  3. Search clipboard history (via clipboard plugin)
  4. Themes support, get more themes from http://www.getwox.com/theme
  5. Plugin support, get more plugins from http://www.getwox.com/plugin

Screenshot

More screenshot

Download

Download from release page.

Contribute

If you are a developer, please feel free to send a pull request to Dev branch. We still have a lot functions and bugs need to do now. Just pick one from issues page that you think you can fix.

If you are not a developer, you can also help Wox by contributing the Wox wiki page, for example Wox Function Guide.

Create and Share Plugin

Currently, Wox support using C# and Python to write your plugins. Please refer to Create-plugin page for more infomation. You can share your plugin with WoxPlugins. After you upload your plugin, other uses can download or search your plugin through wpm install <plugin name> command (this is a plugin for plugin management, which is one of the default plugins inside Wox). Please refer to How-to-share-your-plugins for details.

Create and Share Theme

Wox provide an online theme editor http://www.getwox.com/themebuilder, you build your own theme for wox.

Most Asked Questions

  1. How to install plugin?

Refer to https://github.com/qianlifeng/Wox/wiki/How-to-install-Plugins

  1. How to open setting dialog?

Refer to https://github.com/qianlifeng/Wox/wiki/How-to-open-setting-dialog