iTerm2 Version 3 Now in Beta
81–90 of 250 posts
Re: iTerm2 Version 3 Now in Beta
#82(author here). I pushed out a promotion today to let users know about the new version before auto-updating everyone. It breaks backward compatibility with applescript, so it'll be a rough upgrade for some folks. I'd love to hear any thoughts on how to make this less painful. My first experiment with in-app advertising (promoting the beta version through a popup dialog) has gone well, with a 31% click-through rate, an…
While I was typing it popped up and opened a browser when I hit enter, entirely without me seeing more than a flash of the ad.
Re: iTerm2 Version 3 Now in Beta
#83(author here). I pushed out a promotion today to let users know about the new version before auto-updating everyone. It breaks backward compatibility with applescript, so it'll be a rough upgrade for some folks. I'd love to hear any thoughts on how to make this less painful. My first experiment with in-app advertising (promoting the beta version through a popup dialog) has gone well, with a 31% click-through rate, an…
Re: iTerm2 Version 3 Now in Beta
#84that is the one thing i miss from osx .. i had all kinds of triggers on screen , specially colouring ip addresses , and urls and guids .. hope it comes to linux one day.
It's been >5y since I used KDE, but iirc the default terminal there had regexp you could set to trigger any action you wanted. And links were automatically clickable. Can anyone running KDE confirm?
Re: iTerm2 Version 3 Now in Beta
#85There is already the need for standardization on inline images, as notty uses another approach than iTerm2, which uses another approach than Terminology.
xterm can do inline graphics too, in the form of Sixel for raster graphics and ReGIS for vector graphics. At least those are sort of standard, in that they were used by real terminals and there are real specs for them. The annoying thing is, even if terminals standardized on one protocol, none of them set $TERM or use terminfo properly. So there's no good way for programs to actually use these features, because you d…
There's a reason for this, and it's because a lot of things assume certain values for $TERM and completely go to shit when it's something else. In addition, who actually sets $TERM is an open question depending on the architecture of the system you are talking to (and the manner in which you logged in).
Beyond that, the architecture of terminfo is a disincentive to creating new terminals, because you have to get terminfo right everywhere. Yes, one could package a terminfo supplement for iTerm2 and distribute it, but it's a serious bummer to have to apt-get/yum/dnf/emerge on every box you handle just because you like a different terminal emulator. But xterm is already there, so the easy path is to identify as xterm and handle xterm and lie occasionally (like with features like these). And that's how it's going to be. Forever. Because machines are now disposable, and now we're handling tens of thousands of them over our careers, and well-manicured terminfo databases on a few machines in the lab are a relic of the old sysadmin lifestyle.
This isn't old-vs-new NIH, to be clear, it's just that what we call a "server" has gradually evolved, and stateful databases like terminfo represent older ways of addressing systems that nobody really feels like maintaining anymore. Terminals are now much smarter than the average VT100, and it's high time for a terminal to identify its capabilities with a new protocol that doesn't require server-side state. But nobody is working on that, to my knowledge, because the "Unix way" creates an even stronger disincentive to evolve the manner in which we think about Unix lest we disrespect the past. (See systemd.)
Re: iTerm2 Version 3 Now in Beta
#86Zsh shell via iTerm2, coupled with prezto or Oh my Zsh == Nirvana.
I'm going to look like a huge noob but is Zsh what makes terminals look cool? I see Oh my Zsh on Github and it has a lot of stars, how do I get started with it on my Mac?
There's an installer script off github. Just follow those instructions and that's all you'll need (assuming you already installed zsh). If you haven't, you can install it with Homebrew using `brew install zsh`.
Re: iTerm2 Version 3 Now in Beta
#87(author here). I pushed out a promotion today to let users know about the new version before auto-updating everyone. It breaks backward compatibility with applescript, so it'll be a rough upgrade for some folks. I'd love to hear any thoughts on how to make this less painful. My first experiment with in-app advertising (promoting the beta version through a popup dialog) has gone well, with a 31% click-through rate, an…
Re: iTerm2 Version 3 Now in Beta
#88I've been trying iTerm on and off (sometimes using it for months) but always went back to the Terminal. So far, this release seems it will finally make me switch.
Re: iTerm2 Version 3 Now in Beta
#89I love iTerm2, I keep up with the "current" beta versions, using them all day in production. I would love it if they'd make a "dark" titlebar version of the window chrome. My setup currently has windows without any titlebar at all (thanks to iTerm for that feature!), but it makes rearranging windows challenging. I look forward to trying out the newer features!
This will give you a title bar with RGB values 20, 20, 20:
printf -- $'\033]6;1;bg;red;brightness;20\a\033]6;1;bg;green;brightness;20\a\033]6;1;bg;blue;brightness;20\a'
Documentation: https://iterm2.com/documentation-escape-codes.html
Re: iTerm2 Version 3 Now in Beta
#90(author here). I pushed out a promotion today to let users know about the new version before auto-updating everyone. It breaks backward compatibility with applescript, so it'll be a rough upgrade for some folks. I'd love to hear any thoughts on how to make this less painful. My first experiment with in-app advertising (promoting the beta version through a popup dialog) has gone well, with a 31% click-through rate, an…
Love iTerm. If you guys ever integrated with 1Password I would be in heaven!