You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful if we could run tuterm as an interpreter for commands.
An idea for the implementation:
Create a temporary rcfile that will load all tuterm shell-functions/variables/etc. It will basically just source the contents of /usr/bin/tuterm (or equivalent).
Run an interactive bash subshell with the -i option that will use the created rcfile
This would make it easier to debug tuterm scripts, and it would make it possible to create tutorials for how to create tuterm scripts!!
The text was updated successfully, but these errors were encountered:
It would be very useful if we could run tuterm as an interpreter for commands.
An idea for the implementation:
/usr/bin/tuterm
(or equivalent).-i
option that will use the created rcfileThis would make it easier to debug tuterm scripts, and it would make it possible to create tutorials for how to create tuterm scripts!!
The text was updated successfully, but these errors were encountered: