Skip to content
jibedoubleve edited this page Mar 11, 2023 · 4 revisions

What is it?

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

What does it do?

Make a list of shortcuts, configure them and earn a lot of time by just typing the shortcut and press ENTER

How does it work?

To display the window, by default, the shortcut is ctrl + alt + space

ctrl + alt has the same behaviour as AltGr

img

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

What is a command line?

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