mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
Base: Update Assistant & Tips-and-Tricks manpages
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.
This commit is contained in:
parent
c7532cf084
commit
3bc62b7c7b
2 changed files with 7 additions and 4 deletions
|
@ -16,5 +16,7 @@ $ Assistant
|
|||
|
||||
### Features
|
||||
|
||||
* Enter a URL to open it in the web browser.
|
||||
* Do quick calculations by typing the equal sign (=) followed by a mathematical expression, e.g. `=22*101`. Press Return to copy the result.
|
||||
* 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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue