Skip to content

Users Getting Started

Stardust D.L edited this page Apr 16, 2018 · 2 revisions

Install

Download the latest release here

Hot Key

Alt + Space

Settings

Built-in Plugins

reCLI Control

Command Description
:exit Exit reCLI
:plugins View all installed plugins
:history View all command history
:settings View all settings

Calculator

You can type a math expression and then it will give you the value.

File Search

You can type a file name and invoke the file search item. Then it will search the files in its include paths which can be changed in setting page.

Note

Use this plugin, you can save your ideas for temporary easily and quickly. You can use note some text to save the text some text and later you can query all your notes.

Program

You can type the name to launch the program.

Shell

After type > , you can type a command just like in shell. This will use the system command tools to execute your input.

Dictionary

Use dic word to get the meaning of word.

Web Search

You can search on different websites. Use command <name> <search text> to search.

Search Name Description
google Google
wiki Wikipedia
github Github
wolframalpha Wolframalpha
stackoverflow Stackoverflow
bing Bing
baidu 百度
bilibili 哔哩哔哩动画
easyicon Easyicon
zhihu 知乎

Color

Use #000 or #FFFFFF to get the color.

Random

Command Description
rand Get a random real number in [0,1]
rand upper_bound Get a random integer in [0,upper_bound)
rand lower_bound upper_bound Get a random integer in [lower_bound,upper_bound)

Url

This plugin will open the input url by your browser.

Clone this wiki locally