Earlier quoted context omitted.
I would really love it if one of these web-based terminals managed to stick around. Just being able to view images in a terminal would be amazing. The trouble with building on web technologies seems to be that the overhead is just too high (eg. Atom) considering how many terminals the average developer has open at a time. I guess at least since it's based on Electron, it might have more longevity than something built…
Just being able to view images in a terminal would be amazing What are the advantages of that over using a dedicated image viewer program?
Black Screen: A modern terminal emulator based on Electron
31–40 of 97 posts
Re: Black Screen: A modern terminal emulator based on Electron
#32I kind of don't want to have my terminal emulator run a complete webbrowser because that's how all the cool kids now pull off the Delphi window skinning look of 2000.
Thanks to people insisting for years that the TTY is just fine, we don't appear have any other options. Ideally, we'd have progress - but as it is, we have nothing, or a shit sandwich. Forgive me for not going for nothing.
Re: Black Screen: A modern terminal emulator based on Electron
#33I kind of don't want to have my terminal emulator run a complete webbrowser because that's how all the cool kids now pull off the Delphi window skinning look of 2000.
Re: Black Screen: A modern terminal emulator based on Electron
#34Earlier quoted context omitted.
I would really love it if one of these web-based terminals managed to stick around. Just being able to view images in a terminal would be amazing. The trouble with building on web technologies seems to be that the overhead is just too high (eg. Atom) considering how many terminals the average developer has open at a time. I guess at least since it's based on Electron, it might have more longevity than something built…
You can view images on iTerm 2: https://db.tt/nO3P7yO6 And yes, iTerm2 also displays animated gifs.
Re: Black Screen: A modern terminal emulator based on Electron
#35Earlier quoted context omitted.
Just being able to view images in a terminal would be amazing What are the advantages of that over using a dedicated image viewer program?
cat tmp.png "Yep that looks like it's right" git add tmp.png
Re: Black Screen: A modern terminal emulator based on Electron
#36Earlier quoted context omitted.
You can view images on iTerm 2: https://db.tt/nO3P7yO6 And yes, iTerm2 also displays animated gifs.
What is displaying your "tabs" at the bottom of your terminal?
Re: Black Screen: A modern terminal emulator based on Electron
#37One of these seems to pop up every few months, which is great, terminals are old crusty awful things, but it seems like they always die out in development before they can run existing things like Vim which makes them fun POC's and not much else :/
I would really love it if one of these web-based terminals managed to stick around. Just being able to view images in a terminal would be amazing. The trouble with building on web technologies seems to be that the overhead is just too high (eg. Atom) considering how many terminals the average developer has open at a time. I guess at least since it's based on Electron, it might have more longevity than something built…
Like I know ranger has an option for it, but iirc there's also a way to just run a command ala `cat`ing a text file. If you'd like, I can look into it more if you can't already find out how to do it by searching.
Also, people are mentioning feh, I'd like to plug in sxiv (not my program though).
Re: Black Screen: A modern terminal emulator based on Electron
#38Earlier quoted context omitted.
You can view images on iTerm 2: https://db.tt/nO3P7yO6 And yes, iTerm2 also displays animated gifs.
What is displaying your "tabs" at the bottom of your terminal?
Re: Black Screen: A modern terminal emulator based on Electron
#39Bummer. Doesn't compile with iojs.
It looks like it uses "child_pty" to spawn pty's. child_pty hasn't been updated to support the latest nan/v8 api (in fact, it looks like it's been unmaintained since March). It also improperly uses fs streams to read and write to the pty fd which will exhaust the thread pool very quickly. So, even if you can compile it, it will still break. It also looks like it doesn't handle sigchld with a waitpid anywhere, so be p…
Re: Black Screen: A modern terminal emulator based on Electron
#40I kind of don't want to have my terminal emulator run a complete webbrowser because that's how all the cool kids now pull off the Delphi window skinning look of 2000.
I have a feeling that when enough things want to run "a complete web browser", what we'll get instead is a single web-browser window server process for these applications to talk to.