mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:55:06 +00:00

Update the Assistant manpage with instructions on how to run a command in Terminal. Reflect this to the Assistant section in Tips-and-Tricks. Also add instructions for launching applications with arguments.
22 lines
834 B
Markdown
22 lines
834 B
Markdown
## Name
|
|
|
|
 Assistant - Serenity Assistant
|
|
|
|
[Open](file:///bin/Assistant)
|
|
|
|
## Synopsis
|
|
|
|
```**sh
|
|
$ Assistant
|
|
```
|
|
|
|
## Description
|
|
|
|
`Assistant` is a helpful program that is used to search for and open applications, files, settings, and anything else a user may want to access. It can be opened by pressing `Super+Space` and closed by pressing `Esc`.
|
|
|
|
### Features
|
|
|
|
* Enter a URL to open it in the web browser, e.g. `serenityos.org`.
|
|
* Perform quick calculations by typing the equal sign (=) followed by a mathematical expression, e.g. `=22*101`. Press Return to copy the result.
|
|
* Run commands in [Terminal](help://man/1/Applications/Terminal) by prefixing them with a dollar sign ($), e.g. `$ uname -a`.
|
|
* Launch applications with arguments, e.g. launch Pixel Paint with a file: `pp image.png`.
|