Skip to content

TessCommands

Raphaël edited this page Jan 1, 2022 · 4 revisions

Some infos for tess commands.

Flags

--workdir || --cd Change start directory

--e || --command Choose command to execute on Tess start.

--newtab Open a new tab in Tess. If no Tess instance is running, a new one will be created.

--launch-page Open a page when launching the terminal. If the page can't be found, the terminal will launch the default page.

--launch-profil Open a profile when launching the terminal. If the profile can't be found, the terminal will launch the default profile.

--version View Tess' version.

Examples

Launch Tess on /root path

tess --workdir=/root

Start node interpreter on launch

You must use quotation marks to specify several arguments.

tess --e=node

Clone this wiki locally