cheatsheets/flashlight.md

45 lines
673 B
Markdown
Raw Permalink Normal View History

2015-04-23 05:07:02 +00:00
---
title: Flashlight
2015-11-24 05:02:17 +00:00
category: Apps
2015-04-23 05:07:02 +00:00
---
2017-09-20 14:15:19 +00:00
## Commands
{: .-three-column}
### Events and reminders
* `add Dinner with Rico 5 pm tomorrow`
* `remind Go to school at 2:30pm`
* `remind Go to school in 15 mins`
2015-04-23 05:07:02 +00:00
### DuckDuckGo
2017-09-20 14:15:19 +00:00
* `!g foo`
* `!mdn settimeout`
2015-04-23 05:07:02 +00:00
### System
2017-09-20 14:15:19 +00:00
* `shutdown`
* `restart`
* `logout`
* `sleep`
* `ejall`
* `screen saver`
### Emoji
* `emoji grin`
* `:rocket:`
### Web search
* `/react`
Prefix with `/` to do a web search.
### References
2015-04-23 05:07:02 +00:00
* [Flashlight](http://flashlight.nateparrott.com/)
* [Flashlight on GitHub](https://github.com/nate-parrott/Flashlight)
* [Creating a plugin](https://github.com/nate-parrott/Flashlight/wiki/Creating-a-Plugin)