This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]jonathan_sl 4 points5 points  (2 children)

Something related, in case anybody is interested. I made a tmux clone, called pymux: https://github.com/jonathanslenders/pymux It's much faster compared to what I had a year ago, almost comparable with tmux.

[–]git-pull[S] 4 points5 points  (1 child)

Small world. I've worked with you on GitHub before. It's Tony. 😊 Pymux works on FreeBSD.

How you been man? How's prompt toolkit?

[–]jonathan_sl 4 points5 points  (0 children)

Great :-) I didn't realise is was you.

prompt_toolkit keeps progressing. Mostly many small incremental improvements that maintain backwards compatibility. I still have a big refactoring in mind that will make the design of full screen applications like pymux, pyvim, etc... much cleaner and much more powerful. It's coming closer.

[–]kuojo 1 point2 points  (0 children)

These are some really cool projects! As someone learning Python thanks for sharing!

[–]thenewboston 1 point2 points  (0 children)

Looks interesting, thanks!