Skip to content

Command Line Arguments

Felix Seidl edited this page May 23, 2020 · 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 [--export | --import filename]

Opens the settings window or brings it into view.

Use --export to export the settings to config.json

Use --import filename to import settings from the specified file

Clone this wiki locally