Show HN: Pymterm – A multiple tab terminal emulator implemented in Python(github.com)
github.com
Show HN: Pymterm – A multiple tab terminal emulator implemented in Python
https://github.com/stonewell/pymterm
12 comments
On the ToDo list is search history. Isn't that the shell's job? Or are we talking about something different?
Is there anything that differentiates this from gnome-terminal, iTerm, etc?
No screenshot?
This seems to support Windows(1), but running setup.py yields a "OS-X only" (not verbatim) error...
(1) Looking at the source, it implements a nice abstraction over Sessions, which can be backed by either pty (unix) or named pipes (windows). Bonus points for not using the heavy-weight libwinpty.exe which can be found in similar projects (e.g. jediterm)
(1) Looking at the source, it implements a nice abstraction over Sessions, which can be backed by either pty (unix) or named pipes (windows). Bonus points for not using the heavy-weight libwinpty.exe which can be found in similar projects (e.g. jediterm)
Should the title be a show hn?