mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 08:57:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,25 +5,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# st
|
||||
|
||||
> A simple terminal emulator for the X Window System.
|
||||
> More information: <https://manned.org/st>.
|
||||
> `st` can refer to multiple commands.
|
||||
|
||||
- Open a terminal:
|
||||
- View documentation for the terminal emulator:
|
||||
|
||||
`st`
|
||||
`tldr st.1`
|
||||
|
||||
- Open a terminal with a specific title:
|
||||
- View documentation for the statistics tool:
|
||||
|
||||
`st -T {{title}}`
|
||||
|
||||
- Open a terminal, execute a given command, and write the output to a file:
|
||||
|
||||
`st -o {{path/to/file}} -e {{command argument1 argument2}}`
|
||||
|
||||
- Increase/decrease the font size:
|
||||
|
||||
`<Ctrl Shift {{PageUp|PageDown}}>`
|
||||
|
||||
- Copy/paste from the clipboard:
|
||||
|
||||
`<Ctrl Shift {{c|v}}>`
|
||||
`tldr st.2`
|
||||
|
||||
Reference in New Issue
Block a user