1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 22:57:33 +02:00
cheatsheets/flashlight.md
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

45 lines
673 B
Markdown

---
title: Flashlight
category: Apps
---
## 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`
### DuckDuckGo
* `!g foo`
* `!mdn settimeout`
### System
* `shutdown`
* `restart`
* `logout`
* `sleep`
* `ejall`
* `screen saver`
### Emoji
* `emoji grin`
* `:rocket:`
### Web search
* `/react`
Prefix with `/` to do a web search.
### References
* [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)