Forrest logo
back to the tmuxinator tool

tmuxinator:tldr:83449

tmuxinator: List projects.
$ tmuxinator list
try on your machine

The command "tmuxinator list" is used in the context of a terminal multiplexer called "Tmuxinator". Tmuxinator is a tool that allows you to define and manage complex sessions in the Tmux terminal multiplexer.

When you run the "tmuxinator list" command, it displays a list of defined Tmuxinator projects or sessions. These sessions are defined in a YAML configuration file, typically located in "~/.tmuxinator/" directory.

The output of the "tmuxinator list" command may look something like this:

Projects:
- project_one
- project_two
- project_three

In this example, there are three defined Tmuxinator projects (sessions): project_one, project_two, and project_three.

By listing the available Tmuxinator projects, you can easily identify and select a specific session to start or manage using the "tmuxinator start" or "tmuxinator stop" commands, which respectively start or stop a Tmux session defined in a specific project configuration.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the tmuxinator tool