Akshay Kumar
Akshay Kumar
I think it'd be nice to have the option of key-strokes/shortcut keys being overlayed in the web-UI. I'd love to watch a pro-vim user pushing it to its limits and...
`/u/mbuhot` on Reddit suggested that ETS with concurrent mode will give better throughput. Need to try this out sometime.
Hogwatch uses [nethogs](https://github.com/raboof/nethogs) as backend. Any contribution to nethogs will be a big help. [issue #64](https://github.com/raboof/nethogs/issues/64) in particular can help hogwatch display much more details with cleaner UI.
We prefix the shell prompt with a streaming indicator (prefixed emoji to shell prompt, so that user doesn't forget their shell is being shared). Relevant file: https://github.com/akshaykmr/teletype/blob/master/src/lib/teletype/index.ts#L81..L84 I've tried `precmd_functions`...