Skip to content

Commit

Permalink
Added docs for custom commands
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Sep 16, 2018
1 parent 7ce3ca4 commit 5d0d2b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,22 @@ You can customize multiple fallback web search engines which are used if ueli do

![Feature shortcuts](img/doc/features/ueli-feature-shortcuts.png)

### Custom commands

* You can set up custom commands with parameters

``` json
"customCommands": [
{
"name": "Open with Visual Studio Code:",
"executionArgument": "!code",
"prefix": "openwithcode"
}
]
```

With the example above you should be able to open Visual Studio Code at a specified path. For example `openwithcode C:/file.txt` is similar to the command line command `code C:/file.txt`.

### Environment Variables

> This feature is deactivated by default. You have to activate this via [customization](#customization).
Expand Down
Binary file modified img/doc/features/ueli-feature-shortcuts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5d0d2b1

Please sign in to comment.