-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is a free adaptation of Slickrun written in .NET and with features inspired by Wox.
It is also a rewriting of my project Lanceur
Make a list of shortcuts, configure them and earn a lot of time by just typing the shortcut and press ENTER
To display the window, by default, the shortcut is ctrl + alt + space
ctrl + alt
has the same behaviour as AltGr
When you've used the shortcut, a window appears.
- In the searchbox (point 1), enter the keyword you want to execute
- You'll see as you type the results that correspond to what you're typing (point 2)
- You can type
ENTER
to execute the first element of the list - OR you can click on the element you want to execute
command
[space]parameters
The text before the first space is the command
. In other words, it's the action to execute. Everything after the first space is the group of parameters
. That's how to modify the behaviour of the command
.
If the command
starts with $ & | @ # ( ) § ! { } - _ \ + - * / = < > ; : %
then the first character is the command
and the rest is the list of parameters
For instance, I've configured a google search as follow search my_search
. In other words, if I want to search 'aeroplane' in google, I write search aeroplane
.
Here's how the command is configured:
keyword | file name |
---|---|
search | https://www.google.com/search?hl=en&q=\$W\$ |
the use of
$W$
is defined HERE
This command line is divided as follow:
item | value |
---|---|
? | Command |
aeroplane | Parameters |
- Manage keywords
- Keywords, Macro & Replacement cards
- Plugins (work in progress)
- Data Reconciliation