dterm
dterm copied to clipboard
Terminal for the distributed web
Hey, just wanted to check in on dterm's status and see what you would think of possibly bundling dterm in beaker 0.9? There's a browser sidebar that I think this...
I'm still undecided on this. In his original spec @pfrazee planned for the creation of RPC system to execute untrusted commands in a sandbox outside the normal application context. On...
It'd be cool if this stuff worked on legacy browsers, Here's what would need to be done: - Add in [dat-archive-web](https://github.com/RangerMauve/dat-archive-web) to get the DatArchive API - Maybe get the...
In the original specifications for [Webterm](https://github.com/pfrazee/webterm), Paul proposed the following syntax for command sub-invocations: ```bash # basic usage > change-case -u (hello-world) HELLO, WORLD! # nested invocations > concat (change-case...