witty icon indicating copy to clipboard operation
witty copied to clipboard

Web-based interactive terminal emulator that allows users to easily record, share, and replay console sessions.

Results 2 witty issues
Sort by recently updated
recently updated
newest added

I think it would be a nice addition, currently I feel like the terminal appears too small, thanks

I was trying to setup a domain for witty deployed on my instance. Here is my nginx config, ```bash server { server_name witty.xxx.xxx; location / { proxy_pass http://localhost:8080; proxy_http_version 1.1;...