Replies: 2 comments 3 replies
-
d) Adding a license would also be useful (I would like to package emacs-tshell for guix ;-)) |
Beta Was this translation helpful? Give feedback.
1 reply
-
One thing that is missing is a "(require 'transient)" to ensure that transient is loaded b) the prompt is not self explanatory. Perhaps "elisp> ", "sh> ", "bash> ", "zsh> " would be better for users that use tshell from time to time An interesting use case for me could be a kind of literate programming sheet with a bunch of commands that I want to replay from time to time. |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I like the concept of this shell mode.
Some things that I have observed when I tested the mode
a) tshell-help has an extra closing paren - the code can't be loaded
b) A key binding to change the shell prompt would be nice
c) Support for other languages (e.g. python) could also be very interesting.
I guess some kind of prolog is needed then (to predefine functions or to import modules)
Beta Was this translation helpful? Give feedback.
All reactions