I’ve created zdharma.org and multiple Zsh projects because the Zsh language is enough powerfull to support sophisticated and large tasks. Main project is currently ZUI – Zsh User Interface library, that allows to create applications with curses interface in a manner resembling CGI+(D)HTML. It recalls the old term “RAD” – rapid application development. Here is what is sufficient to create hello world application:
Check out full Hello World example code.
Other featured project is Zconvey. It allows to send commands between Zsh sessions. Its main use case is to switch your workflow to new project with:
Check out Zconvey’s home page and Asciinema video there.