mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 20:54:04 +02:00
st: add page (#6475)
This commit is contained in:
parent
89b1df198f
commit
2cd43d3038
1 changed files with 24 additions and 0 deletions
24
pages/linux/st.md
Normal file
24
pages/linux/st.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# st
|
||||||
|
|
||||||
|
> A simple terminal emulator for the X Window System.
|
||||||
|
> More information: <https://st.suckless.org>.
|
||||||
|
|
||||||
|
- Open a terminal:
|
||||||
|
|
||||||
|
`st`
|
||||||
|
|
||||||
|
- Open a terminal with a specific title:
|
||||||
|
|
||||||
|
`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 + {{Page Up|Page Down}}`
|
||||||
|
|
||||||
|
- Copy/paste from the clipboard:
|
||||||
|
|
||||||
|
`Ctrl + Shift + {{C|V}}`
|
Loading…
Add table
Reference in a new issue