Skip to content

Commit

Permalink
Add information about plugins (built-in)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Rondeau committed Sep 1, 2014
1 parent 864fc47 commit d9c1d6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 0 additions & 4 deletions PLUGINS.md
Expand Up @@ -2,10 +2,6 @@

GoToWindow is extensible. Even the core functionality is a plug-in, that can be replaced if you wish. You can also write your own!

## Built-in Plugins

* `GoToWindow.Plugins.Core`: Loads the core windows list, as shown by the native `Alt` + `Tab` screen.

## Creating your own plugin

**Warning! This is an alpha, and the plug-in signature is subject to change.**
Expand Down
14 changes: 12 additions & 2 deletions README.md
Expand Up @@ -40,11 +40,21 @@ Please include:
* Version of Windows
* Version of Go To Window

## Installing Plug-ins
## Plugins

GoToWindow is extensible. Even the core functionality is a plug-in, that can be replaced if you wish. You can also write your own!

### Built-in Plugins

* `GoToWindow.Plugins.Core`: Loads the core windows list, as shown by the native `Alt` + `Tab` screen.
* `GoToWindow.Plugins.ExpandBrowsersTabs`: Expands browser windows and shows all tabs as separate windows.
* `GoToWindow.Plugins.ExplorerExtensions`: Show the full path of explorer windows instead of just the folder name.

### Installing Additional Plug-ins

Simply drop the plug-in files under `GoToWindow\Plugins` directory, and restart Go To Window.

## Writing your own Plug-ins
### Writing your own Plug-ins

See the [Plugins](PLUGINS.md) document for more information on extending GoToWindow.

Expand Down

0 comments on commit d9c1d6a

Please sign in to comment.