Forrest logo
tool overview
On this page you find all important commands for the CLI tool st. If the command you are looking for is missing please ask our AI.

st

"st" is a command line tool that is commonly used in Unix-like operating systems. The tool stands for "set terminal" and is primarily used for setting and customizing terminal attributes. It allows users to change properties such as font size, background and foreground colors, window geometry, and more. By specifying the desired options, users can modify the appearance and behavior of their terminal session to suit their preferences. The tool provides a convenient way to customize the terminal environment without the need for manual configuration files. It is often used in conjunction with other command line tools to create personalized and visually pleasing terminal setups. Additionally, "st" is highly customizable and can be modified by editing its source code, making it a popular choice among experienced terminal users.

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:627fc st: Open a terminal.
    $ st
    try on your machine
    explain this command
tool overview