OSDN Git Service

Regular updates
[twpd/master.git] / flashlight.md
1 ---
2 title: Flashlight
3 category: Apps
4 layout: 2017/sheet
5 ---
6
7 ## Commands
8 {: .-three-column}
9
10 ### Events and reminders
11
12 * `add Dinner with Rico 5 pm tomorrow`
13 * `remind Go to school at 2:30pm`
14 * `remind Go to school in 15 mins`
15
16 ### DuckDuckGo
17
18 * `!g foo`
19 * `!mdn settimeout`
20
21 ### System
22
23 * `shutdown`
24 * `restart`
25 * `logout`
26 * `sleep`
27 * `ejall`
28 * `screen saver`
29
30 ### Emoji
31
32 * `emoji grin`
33 * `:rocket:`
34
35 ### Web search
36
37 * `/react`
38
39 Prefix with `/` to do a web search.
40
41 ### References
42
43 * [Flashlight](http://flashlight.nateparrott.com/)
44 * [Flashlight on GitHub](https://github.com/nate-parrott/Flashlight)
45 * [Creating a plugin](https://github.com/nate-parrott/Flashlight/wiki/Creating-a-Plugin)