PowerToys/src/modules/launcher
2020-04-07 14:41:33 -07:00
..
Deploy Add 'src/modules/launcher/' from commit '28acd466b352a807910cebbc74477d3173b31511' 2020-03-10 14:15:29 -07:00
JsonRPC Add 'src/modules/launcher/' from commit '28acd466b352a807910cebbc74477d3173b31511' 2020-03-10 14:15:29 -07:00
Plugins Merge pull request #60 from microsoft/removeRedXProps 2020-04-07 08:19:23 -07:00
PowerLauncher Removing update logic from PowerLuanch App.xaml.cs as was done in Wox project. 2020-04-07 14:39:12 -07:00
PowerLauncher.UI Title display working correctly 2020-04-06 18:01:59 -07:00
Scripts Modified the post build script of wox infrastructure project 2020-03-11 14:49:07 -07:00
Wox Making wox.csproj build wox assembly instead of powerlauncher 2020-04-07 14:37:09 -07:00
Wox.Core Merge pull request #60 from microsoft/removeRedXProps 2020-04-07 08:19:23 -07:00
Wox.CrashReporter Add 'src/modules/launcher/' from commit '28acd466b352a807910cebbc74477d3173b31511' 2020-03-10 14:15:29 -07:00
Wox.Infrastructure Merging master into changes from launcherUI. Wox.Infrastructure assembly info I took the changes from both branches as they will be needed. This currently doesn't build I will make the changes to get it building atomically. 2020-04-07 14:33:45 -07:00
Wox.Launcher Renaming executable to PowerLauncher. Replaceing icons with placeholder. Deleting Docs folder 2020-03-27 14:11:00 -07:00
Wox.Plugin Making Query internals visible to wox. 2020-04-07 14:41:33 -07:00
Wox.Test Merge pull request #60 from microsoft/removeRedXProps 2020-04-07 08:19:23 -07:00
Directory.Build.targets Adding Directory.Build.targets file to kill the PowerLauncher pprocess on Build or Clean operations of all 'Launcher' projects. 2020-03-30 19:17:01 -07:00
LICENSE Add 'src/modules/launcher/' from commit '28acd466b352a807910cebbc74477d3173b31511' 2020-03-10 14:15:29 -07:00
README.md Add 'src/modules/launcher/' from commit '28acd466b352a807910cebbc74477d3173b31511' 2020-03-10 14:15:29 -07: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:

  • Portable mode
  • Drastically improved search experience
  • 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:
    • .net >= 4.5.2
    • 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

Build

Install Visual Studio 2015/2017/2019

This project requires Windows 10 SDK:

VS 2015:

  • Tick all Windows 10 sdk options

VS 2017/2019 and later:

  • Last Windows 10 SDK which supported UwpDesktop is version 10.0.14393.795. It is needed to compile "Programs" Plugin (UWP.cs), you will see the "References" of Plugin.Programs as broken if you use a later SDK version.
  • This SDK cannot be installed via VS 2019 installer.
  • Download and install Windows 10 SDK version 10.0.14393.795.

Documentation