what is the benefits over hyper https://github.com/zeit/hyper ?
Upterm – A terminal emulator and interactive shell based on Electron
11–20 of 127 posts
Re: Upterm – A terminal emulator and interactive shell based on Electron
#12what is the benefits over hyper https://github.com/zeit/hyper ?
Re: Upterm – A terminal emulator and interactive shell based on Electron
#13it would be awesome if you had some way to support more commands - especially if done in a more automatized way.. parsing the manuals (?)
Re: Upterm – A terminal emulator and interactive shell based on Electron
#14Electron... no thanks! I will wait for Alacritty, in the meantime iTerm2 and Terminal.app are there...
I really think the auto completion benefits can easily outweigh the performance penalty of running a term on top of Chromium
Re: Upterm – A terminal emulator and interactive shell based on Electron
#15Electron... no thanks! I will wait for Alacritty, in the meantime iTerm2 and Terminal.app are there...
I really think the auto completion benefits can easily outweigh the performance penalty of running a term on top of Chromium
Re: Upterm – A terminal emulator and interactive shell based on Electron
#16Hi, author of Upterm here. Ask me anything.
Re: Upterm – A terminal emulator and interactive shell based on Electron
#17How's the performance? GNU yes can produce output at more than 10GB/s. Does it cope well with that? How about lots of output that contains lots of escape sequences?
https://danluu.com/term-latency/ (Previous discussion: https://news.ycombinator.com/item?id=14798211)
Re: Upterm – A terminal emulator and interactive shell based on Electron
#18Earlier quoted context omitted.
I really think the auto completion benefits can easily outweigh the performance penalty of running a term on top of Chromium
You can have similar completion using zsh-autosuggestions, it is easy to configure. However, improving performance is difficult.
Re: Upterm – A terminal emulator and interactive shell based on Electron
#19How's the performance? GNU yes can produce output at more than 10GB/s. Does it cope well with that? How about lots of output that contains lots of escape sequences?
Recently there was this terminal performance test https://danluu.com/term-latency/
The author says that the most important things are typing delay and how quickly you can Ctrl+C a command, not how much text it prints per second. Upterm is good at both.
Re: Upterm – A terminal emulator and interactive shell based on Electron
#20However, this is all just my opinion and maybe there will be a load of users, me and people who share my opinions will slowly descend into obsolescence.