Windows system utilities to maximize productivity
Go to file
bao-qian 5ac0837be3 Refactoring ContextMenu
1. Remove ItemDropEvent
2. Remove ShowContextMenus from API
3. Fix context menu item can't be opened ( #535 ), bug introduced from PR #494 (commit 45dbb50)
4. Move open result command and load context menu command back to
MainViewModel
5. unify load context menu logic
6. other performance enhancement and potential bug fixed
2016-03-26 01:26:21 +00:00
Deploy update build script 2016-01-02 02:05:15 +00:00
Doc Add Wox.CrashReporter 2015-01-11 21:52:30 +08:00
Plugins Refactoring ContextMenu 2016-03-26 01:26:21 +00:00
PythonHome close #233 2015-01-13 09:47:56 +08:00
Wox Refactoring ContextMenu 2016-03-26 01:26:21 +00:00
Wox.Core Refactoring ContextMenu 2016-03-26 01:26:21 +00:00
Wox.CrashReporter Merge language and theme into resource folder 2016-01-07 20:04:37 +00:00
Wox.Infrastructure Fix "NoTranslation" bug for plugins 2016-02-17 15:49:55 +00:00
Wox.Plugin Refactoring ContextMenu 2016-03-26 01:26:21 +00:00
Wox.Test ReSharper: remove redundant code 2016-01-06 21:34:42 +00:00
Wox.UpdateFeedGenerator Refactoring directory path for storage 2016-01-07 02:31:17 +00:00
.gitattributes Ignore python in github language statistics 2015-11-03 21:15:26 +00:00
.gitignore Ignore Roslyn caches 2016-01-04 05:04:20 +00:00
appveyor.yml update build script 2016-01-02 02:05:15 +00:00
ISSUE_TEMPLATE.md Emphasize the master build 2016-03-24 17:07:10 +00:00
LICENSE Change copyright 2015-11-03 21:16:29 +00:00
README.md Update README.md 2015-12-15 20:41:41 +00:00
SolutionAssemblyInfo.cs Optimize using 2016-01-06 06:45:08 +00:00
Wox.sln Misc 2015-11-28 10:55:07 +00:00

Build status Github All Releases Bountysource Issue Stats

=========

Wox is a launcher for Windows, an alternative to Alfred and Launchy. You can launch everything with just a few keystrokes!

Demo

demo

Features

  1. Search all applications, folders, files, bookmarks.
  2. Search Web using keyword (e.g. search google with g search_term)
  3. Build custom themes in http://www.getwox.com/theme/builder
  4. Install plugins from http://www.getwox.com/plugin

Installation

  1. Download
  2. Latest stable version: release page.
  3. Latest build: English guide, 中文说明
  4. Unzip it and put it into your user directory (C:\Users\YOUUSERNAME or %userprofile%)
  5. Windows 10 user, please have a look at https://github.com/Wox-launcher/Wox/issues/279

Simple Usage

  • Launch: Alt+Space
  • Install/Uninstall plugin: type wpm install/uninstall

Contribute

If you are a developer, please feel free to send a pull request to the Dev branch. We still have a lot of features and bugs to resolve. Take a look at issues page, especially for help_needed labeled issue. :)

If you are not a developer, please install the Latest build and report bugs (how to: English 中文). Feedback is always welcome!

Docs

Full documentation can be found here Wox doc. This is a good place to start if you are installing Wox for the first time.

In the future, all of the documentation will be moved back to Github wiki.