From 2cd43d3038157a611bd81442a763aefbe1ca4f09 Mon Sep 17 00:00:00 2001 From: Miles Glapa-Grossklag Date: Mon, 6 Sep 2021 02:00:08 -0700 Subject: [PATCH] st: add page (#6475) --- pages/linux/st.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/st.md diff --git a/pages/linux/st.md b/pages/linux/st.md new file mode 100644 index 0000000000..be9a0d05ac --- /dev/null +++ b/pages/linux/st.md @@ -0,0 +1,24 @@ +# st + +> A simple terminal emulator for the X Window System. +> More information: . + +- 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}}`