-
Notifications
You must be signed in to change notification settings - Fork 445
Command Line Arguments
FluentTerminal can be controlled via command line using its 'flute.exe' alias.
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.
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.
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