Forrest logo
back to context overview

st

List of commands for st:

  • st:tldr:13f10 st: Open a terminal with a specific title.
    $ st -T ${title}
    try on your machine
    explain this command
  • st:tldr:3cefc st: Open a terminal, execute a given command, and write the output to a file.
    $ st -o ${filename} -e ${command argument1 argument2}
    try on your machine
    explain this command
  • st:tldr:4ce2b st: Increase/decrease the font size.
    $ Ctrl + Shift + ${select}
    try on your machine
    explain this command
  • st:tldr:627fc st: Open a terminal.
    $ st
    try on your machine
    explain this command
back to context overview