Floobits / flootty

A collaborative terminal.
Apache License 2.0
175 stars 25 forks source link

[enhancement] execute flootty with a sub-command. #40

Open Tcll opened 8 years ago

Tcll commented 8 years ago

I have a terminal to act as a public python shell, but the problem is my launcher Exec string doesn't start python automatically in flootty.

gnome-terminal *other tabs hidden* --tab -e 'sh -c "cd *hidden*; flootty --url https://floobits.com/Tcll/*hidden* --create pyshell2x --unsafe;python"'

in the command above (untested) it's likely python would start after flootty finishes. is it possible already to start python in flootty??