Skip to content

Commit

Permalink
Removed comments from json
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed May 20, 2018
1 parent abe5e91 commit ad4a51f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,23 @@ Default web search engines:

### Custom commands

* You can [customize](#customization) custom commands like this:
* You can [customize](#customization) custom commands to
* Start command line tools
* Open files/folders
* Launch programs

``` json
"customCommands": [
{
// execute command line tools
"name": "ping",
"executionArgument": "start ping 8.8.8.8 -t",
"icon": "<svg>...</svg>" // svg icon is optional
"icon": "<svg>...</svg>"
},
{
// open folders/files
"name": "Data",
"executionArgument": "start \"\" \"C:\\Data\"" // Make sure to escape double quotes
"executionArgument": "start \"\" \"C:\\Data\""
},
{
// launch programs
"name": "code",
"executionArgument": "start \"\" \"C:\\My-Programs\\Visual Studio Code\\Visual Studio Code.lnk\""
},
Expand Down

0 comments on commit ad4a51f

Please sign in to comment.