daudin
daudin copied to clipboard
A Python command-line shell
> Just have one sub-shell and send commands to it instead of forking a new one for each command. That would allow persistent shell variables. I have created a project...
Thank you for this **great** shell! Two ideas: 1. Why not add the option to use `--shell=False` for running system commands without a shell e.g. `subprocess.run(... shell=False)` The scripts would...
What you have here is amazing! Someday daudin can replace bash..., maybe rename it to pysh or something like that.
I ran `vim` in `daudin` to see how it would go. All went well until I exited. ``` >>> vim Makefile Traceback (most recent call last): File "/home/terry/s/me/daudin/daudinlib/interaction.py", line 58,...
I only notice this when I exit back into `fish` and type `mv ` (on typing the space the command line jumps around slightly and it's hard to see what...