hi, i didn't want to flood you but these seemed reasonably important, but also may be windows specific
-
The design of the app feels like terminal sessions should persist after switching tabs (as it opens a new one each time) but they don't persist.
-
Revise also kind of relies either on automatic inclusion of files, or at least that persistence
-
in windows the shell mode is a bit inconvenient, as the cmd builtin functions aren't available. on full terminals it works, something to do with spawning a whole cmd.exe or passing through to it maybe. I've had this bug in terminus and VS too to be fair, but full terminals are fine. ( and also run(Cmd(["cmd", "/c", "dir"])) does work from normal shell if that helps)
shell> dir
ERROR: IOError: could not spawn `dir`: no such file or directory (ENOENT)
- Right click to paste within the document doesn't work. It does work in repl (nice) and copy to paste does work. The option is there, it just doen't paste
Anyway this project is really beautiful, thank you for it
hi, i didn't want to flood you but these seemed reasonably important, but also may be windows specific
The design of the app feels like terminal sessions should persist after switching tabs (as it opens a new one each time) but they don't persist.
Revise also kind of relies either on automatic inclusion of files, or at least that persistence
in windows the shell mode is a bit inconvenient, as the cmd builtin functions aren't available. on full terminals it works, something to do with spawning a whole cmd.exe or passing through to it maybe. I've had this bug in terminus and VS too to be fair, but full terminals are fine. ( and also
run(Cmd(["cmd", "/c", "dir"]))does work from normal shell if that helps)Anyway this project is really beautiful, thank you for it