Skip to content

jessebarocio/Wox.Plugin.Runner

Repository files navigation

NOTICE: I am no longer maintaining this project. Feel free to fork and republish.

Wox.Plugin.Runner

A plugin that allows you to create simple command shortcuts in Wox.

Demo

Configuration

Configure the plugin in the Wox Settings window. Each item has four settings:

  • Description - the human-readable command name that shows up in the Wox command list.
  • Shortcut - the shortcut or alias you want to use.
  • Path - the path to the program, or script you want to run.
  • Arguments - the arguments format to use when launching the program or script. This is a .NET format string.

Examples

The following sets up a shortcut that opens a remote desktop session:

  • Description - Remote Desktop
  • Shortcut - rdp
  • Path - mstsc
  • Arguments - /v:{0}

Now all I need to do is type in r rdp myserver, hit enter, and a remote desktop session would be launched.

About

A plugin that allows you to create simple command shortcuts in Wox.

Resources

Stars

Watchers

Forks

Packages

No packages published