🔍 Quick file search & app launcher for Windows with community-made plugins
Find a file
2020-04-12 17:39:37 +10:00
Deploy Merge branch 'master' into dev 2017-04-07 11:55:56 +01:00
Doc Add Wox.CrashReporter 2015-01-11 21:52:30 +08:00
JsonRPC ContextMenu 4: for non c# plugin #1366 2017-04-11 14:50:26 +01:00
Plugins Merge branch 'master' up to commit f325674 2020-04-01 22:20:33 +11:00
Scripts Fix error occurred when publishing self contained .Net Core Wox 2020-04-10 21:39:50 +10:00
Wox Add publish profile for self-contained .Net Core Wox 2020-04-10 21:38:19 +10:00
Wox.Core Merge branch 'master' up to commit 657d342 2020-04-11 10:27:19 +10:00
Wox.CrashReporter rename, part 1 2016-05-20 19:38:38 +01:00
Wox.Infrastructure Change ppy.squirrel.windows back to squirrel.windows 1.5.2: 2020-04-08 18:53:34 +10:00
Wox.Plugin Merge branch 'master' up to commit 657d342 2020-04-11 10:27:19 +10:00
Wox.Test Merge branch 'master' up to commit f325674 2020-04-01 22:20:33 +11:00
.gitattributes Ignore python in github language statistics 2015-11-03 21:15:26 +00:00
.gitignore Add missing files 2020-03-06 10:46:19 -08:00
appveyor.yml fix appveyor build failure 2018-07-16 00:04:09 +08:00
azure-pipelines.yml Updating .yml file to run on vs2019 with MSBuild 16 2020-03-03 16:09:25 -08:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2018-07-16 00:04:21 +08:00
LICENSE Change copyright 2015-11-03 21:16:29 +00:00
README.md Update readme to accommodate the upgrade 2020-04-12 17:39:37 +10:00
SolutionAssemblyInfo.cs Up the base version to 2.0.0 2020-04-01 22:25:15 +11:00
Wox.sln Merge branch 'master' up to commit f325674 2020-04-01 22:20:33 +11:00
Wox.sln.DotSettings Misc 2016-05-08 17:28:01 +01:00

WoX

Maintenance GitHub release (latest by date) GitHub Release Date GitHub commits since latest release Build Status Github All Releases RamenBless

WoX is a launcher for Windows that simply works. It's an alternative to Alfred and Launchy. You can call it Windows omni-eXecutor if you want a long name.

demo

Features

  • Search for everything—applications, uwp, folders, files and more.
  • Use pinyin to search for programs / 支持用 拼音 搜索程序
    • wyy / wangyiyun → 网易云音乐
  • Keyword plugin search g search_term
  • Search youtube, google, twitter and many more
  • Build custom themes at http://www.wox.one/theme/builder
  • Install plugins from http://www.wox.one/plugin

New from this fork:

  • Upgraded to .Net Core 3.1
  • Portable mode
  • Drastically improved search experience
  • Auto-complete text suggestion
  • Search all subfolders and files
  • Option to always run CMD or Powershell as administrator
  • Run CMD, Powershell and programs as a different user
  • Manage what programs should be loaded
  • Highlighting of how results are matched during query search
  • Open web search result as a tab or a new window
  • Automatic update
  • Reload/update plugin data

Installation

View new features released from this fork since Wox v1.3.524: new releases

To install this fork's version of Wox, you can download it here.

To install the upstream version:

Download Wox-xxx.exe from releases. Latest as of now is 1.3.524 (1.3.578 for preview channel)

Windows may complain about security due to code not being signed. This will be fixed later.

Versions marked as pre-release are unstable pre-release versions.

  • Requirements:
    • If you want to integrate with everything: .exe installer + use x64 if your windows is x64 + everything service is running. Supported version is 1.3.4.686
    • If you use python plugins, install python3: .exe installer + add it to %PATH% or set it in WoX settings

Usage

  • Launch: Alt+Space
  • Context Menu: Ctrl+O
  • Cancel/Return: Esc
  • Install/Uninstall plugin: type wpm install/uninstall
  • Reset: delete %APPDATA%\Wox
  • Log: %APPDATA%\Wox\Logs

Contribution

  • First and most importantly, star it!
  • Read Coding Style
  • Send PR to dev branch
  • I'd appreciate if you could solve help_needed labeled issue
  • Don't hesitate to ask questions in the issues

Developing/Debugging

Install Visual Studio 2019 Install .Net Core 3.1 SDK or alternatively via Visual Studio installer.

Documentation