-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
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
Conflict between platypus and various shell exit commands #39
Comments
Good idea! I will fix it later today. |
A more graceful option is to use the Unfortunately, this |
To pick up this hot fix, you can just clone this repo, and then run |
Notice, if you use the older version of platypus, the config file |
v1.4.2 released with some new features for termite and platypus.
Feel free to check it out and leave some feedbacks~ Thank you, bro! |
Nice improvements ! :) Using "exit" still quits platypus instead of the shell. Using "platyquit" also quits, but if one need to exit a mysql shell, one need to use "exit" without it quiting platypus.. I tried playing with Upgrade too, but with some touble.. A few ideas of improvement : Also, I thought I had upgraded, but it wasn't really done. It would be nice to either have a As always, good work, fast answer, just neat ! 🌷 |
Could you please provide a demo of platypus not working on By the way, the |
Oh, okey, well I wasn't in the upgraded shell then.. All good now ! :) It stil would be (i think) better to have the exit command not overrided in a regular (not upgraded) shell, and have only platyquit Thanks for the gif, it made things clearer ! :) |
Yeah, but having the cli part working smoothly is also a good thing.. (Weird setups, headless, etc) |
Description
I've been in a context where I need to exit a shell that has been spawned (let's say shell > pty > mysql), but not go back to platypus itself.
In this context, typing exit will quit the (platypus) interactive mode, yet not exit mysql.
Spawning a new pty (reset attempt) on this session will feed the "pty creation commands" to mysql instead of bash, making this session unusable / bricked.
It would be nice to have platypus
exit
command binded to something unused, likeplatyquit
,exitplatypus
or evengoback
.Or maybe add an easy way to rename platypus commands in confirguration, like
Thanks so much for this awesome tool/C2, it's 🔥 ! 💟
The text was updated successfully, but these errors were encountered: