Live data from Hacker News

Go Terminal_ Elegant and Efficient Linux Terminal

rungoterminal.com

1–10 of 84 posts

Re: Go Terminal_ Elegant and Efficient Linux Terminal

#3
It's a paid terminal emulator, written (by all appearances) in some kind of Electron-like (so a much much higher footprint), with a GUI for what can already be done via aliases, functions, and scripts.

And no telling how well $TERM detection works (show me vim! Show me something that wants 256 colors!)

If it was free, I might still not use it, because my terminal emulator needs to be lightweight and bulletproof, not heavy and shiny. A terminal emulator is a hammer -- simple, solid, good for constant use -- not an art piece.

Re: Go Terminal_ Elegant and Efficient Linux Terminal

#4
Interesting concept, but I'm not sure who this is directed towards. I can see some people using this, but not that much. (experienced) Developers will naturally go towards the features that shells like bash/zsh offer (e.g. aliases), and most inexperienced developers... well, I don't see them putting that much effort into configuring their terminal, and besides this, most people in the Linux world will hardly pay for something that they can get for free from somewhere else, unless it really is a necessity, which doesn't seem to be the case here. That said, I wish you the best on that. Always good to see different stuff.

Re: Go Terminal_ Elegant and Efficient Linux Terminal

#5
If you're like me, you'll think, "aliases!"

But, the shell is a bunch of nontrivial things to learn. Tools like Go Terminal_ could make a less discontinuous learning path for shell. I recently had to teach[0] someone a bit of shell, and I kept tripping over explanations of:

    command -[flags] arg1 arg2 arg3 | something else
Merely explaining that -xvf modified tar and how was a challenge. After I explained it, the user appended -xvf to cat in a different session. The above line would be a dozen lines of code in a blub. Shell takes a long time to grok.

All that said, I wouldn't call Go Terminal_ "efficient" ;).

[0] I did a terrible job.

Re: Go Terminal_ Elegant and Efficient Linux Terminal

#7
post #3

It's a paid terminal emulator, written (by all appearances) in some kind of Electron-like (so a much much higher footprint), with a GUI for what can already be done via aliases, functions, and scripts. And no telling how well $TERM detection works (show me vim! Show me something that wants 256 colors!) If it was free, I might still not use it, because my terminal emulator needs to be lightweight and bulletproof, not…

I think you missed the gigantic "Download" button you see when you first open up the page.

That said, probably still won't use it. Too much whitespace and too shiny for my liking

Re: Go Terminal_ Elegant and Efficient Linux Terminal

#8
post #5

If you're like me, you'll think, "aliases!" But, the shell is a bunch of nontrivial things to learn. Tools like Go Terminal_ could make a less discontinuous learning path for shell. I recently had to teach[0] someone a bit of shell, and I kept tripping over explanations of: command -[flags] arg1 arg2 arg3 | something else Merely explaining that -xvf modified tar and how was a challenge. After I explained it, the user…

> But, the shell is a bunch of nontrivial things to learn.

Yeah but if you're gonna learn this trade, you kinda gotta learn these things eventually, so why settle for a pacifier indefinitely?

Re: Go Terminal_ Elegant and Efficient Linux Terminal

#9
This appears superficial, and that this is paid as well with no (visible) published open source turns me off. The mistakes in the GIF communicate that this was a slapped-together product.

Additionally, requiring mouse clicks for a visual replacement of the alias command with a few extra bells and whistles is not the greatest appeal to a community of developers.

I hope that the fact that this was written in Go does not outweigh its shortcomings in the eyes of HN.

Re: Go Terminal_ Elegant and Efficient Linux Terminal

#10
post #7
post #3

It's a paid terminal emulator, written (by all appearances) in some kind of Electron-like (so a much much higher footprint), with a GUI for what can already be done via aliases, functions, and scripts. And no telling how well $TERM detection works (show me vim! Show me something that wants 256 colors!) If it was free, I might still not use it, because my terminal emulator needs to be lightweight and bulletproof, not…

I think you missed the gigantic "Download" button you see when you first open up the page. That said, probably still won't use it. Too much whitespace and too shiny for my liking

So I can download it for free, or I can buy "1 year free update" for $10.

They need a much better explanation of what exactly I'm paying for, and what I'm limited to with the free version.

Post reply on HN