Skip to content

Command Line Arguments

Felix edited this page Mar 23, 2019 · 3 revisions

FluentTerminal can be controlled via command line using its 'flute.exe' alias.

New

flute.exe new <directory> [--profile <profilename>] [--target=tab|window]

Opens a new terminal in the specified directory. Use --profile to specify the profile to be used. If omitted the default profile will be used. Use --target to specify where the terminal shall be opened. If omitted the configured setting will be used.

Run

flute.exe run<command> [--directory <directory>] [--theme <theme>] [--target=tab|window]

Executes the specified command in a new terminal. Use --directory to specify the directory the command uses as a working directory. If omitted the directory of the caller will be used. Use --theme to specify the theme to be used. If omitted the default theme will be used. Use --target to specify where the terminal shall be opened. If omitted the configured setting will be used.

Settings

flute.exe settings

Opens the settings window or brings it into view.

Clone this wiki locally