DEV Community

Discussion on: My profile website is now a terminal

Collapse
 
jzombie profile image
jzombie

Hey, nice looking terminal. I did something similar recently, and happened to notice on your terminal the backspace doesn't work if you've gone beyond one line. I accomplished that with using a span tag for the line text, with the blinking cursor concatenated on the end. The actual input being hidden.

You can check out the version I built at: reshell.org/dr-reshell

Collapse
 
protium profile image
protium

Nice catch!
I fixed it here github.com/protiumx/protiumx.githu...

Also reshell looks really cool!

Collapse
 
jzombie profile image
jzombie

Thanks!