Live data from Hacker News

Show HN: Termbox – Launch a Linux terminal with two clicks

termbox.io

11–20 of 59 posts

Re: Show HN: Termbox – Launch a Linux terminal with two clicks

#13
post #8
post #4

over capacity. anyone have a screenshot for what the terminal looks like? Is there a countdown timer?

Welp, I've temporarily reduced the duration to 1h, should free up some slots. Here's a screenshot: http://i.imgur.com/UsRgXhD.png

After I got past the "over capacity" error I got to a screen like the above, but without the terminal.

Javascript error:

    index.js:2371 Uncaught TypeError: this.base.append is not a function

Re: Show HN: Termbox – Launch a Linux terminal with two clicks

#14

Seems to be no way to go back up the terminal, so if you run something like grep --help, you only get the bottom portion of the help section rather then the whole thing.

It uses tmux for session management, so you can press Ctrl+b and [ to scroll with the arrow keys and page up/down. But this is definitely something I will try to fix soon.

Re: Show HN: Termbox – Launch a Linux terminal with two clicks

#15
post #8

Earlier quoted context omitted.

Welp, I've temporarily reduced the duration to 1h, should free up some slots. Here's a screenshot: http://i.imgur.com/UsRgXhD.png

After I got past the "over capacity" error I got to a screen like the above, but without the terminal. Javascript error: index.js:2371 Uncaught TypeError: this.base.append is not a function

Interesting, what browser and OS are you using?

Re: Show HN: Termbox – Launch a Linux terminal with two clicks

#18

The server has limited resources of 32GB RAM, so sorry if you're not getting in. The good news is that you can install it on your own hardware, it's all open source: https://github.com/termbox/termbox

Does it really have to be 777?

    chmod 777 /var/run/hyper.sock

Re: Show HN: Termbox – Launch a Linux terminal with two clicks

#20

Earlier quoted context omitted.

After I got past the "over capacity" error I got to a screen like the above, but without the terminal. Javascript error: index.js:2371 Uncaught TypeError: this.base.append is not a function

Interesting, what browser and OS are you using?

Same here. Chromium: "Version 53.0.2785.143 built on Debian stretch/sid, running on Debian stretch/sid (64-bit)"
Post reply on HN