We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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??
The text was updated successfully, but these errors were encountered: