-
Notifications
You must be signed in to change notification settings - Fork 447
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
Opens the settings window or brings it into view.