Live data from Hacker News

iTerm2 Version 3 Now in Beta

iterm2.com

191–200 of 250 posts

Re: iTerm2 Version 3 Now in Beta

#191
post #6

(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…

You know iTerm is a tool I use so often that I've taken its existence for granted. Thank you for all your hard work over the years. You've made a beautiful piece of software.

iTerm2 was my first choice when I joined a company where most of the people were doing all their stuff on the CLI and started my own journey into the CLI. I never looked back since then.

Thanks a lot for creating a wonderful piece of software which I use on a daily basis at work.

Re: iTerm2 Version 3 Now in Beta

#192
post #75
post #6

(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!

When i read "Password Manager" on the iterm2 V3 announcement page i hoped to read about 1Password integration! PLEASE PLEASE George Nachman - i would donate (again) for iTerm2! :)

Re: iTerm2 Version 3 Now in Beta

#193
post #6

(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…

Thank you for your hard and continuous work on iTerm2! It is one of the two things i install very first on my mac. Thank you

Re: iTerm2 Version 3 Now in Beta

#194
post #10

Earlier quoted context omitted.

George, longtime iTerm 2 user here - thanks for all your hard work; I can't count how many hours of productivity I've saved by using iTerm. I've given a donation in the past - and anyone else interested can see the big donate button on the site.

On donations, it's kind of ridiculous that the PayPal mobile checkout doesn't support 2FA: Your Security Key can't be used to log in here. But, you can still complete your purchase with PayPal by checking out on your computer. It also looks like it was designed in 2004 and never touched again. This same issue affects the Cydia store, and the only workaround there is to disable 2FA.

PayPal and ridiculous sounds about right

Re: iTerm2 Version 3 Now in Beta

#195
post #89

I 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!

You can change the colour of the title bar in iTerm with an ansi code! I have different colours for all of my servers: http://i.imgur.com/mdF3XBz.png 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

I didn't know that. Thank you!

Re: iTerm2 Version 3 Now in Beta

#196
post #16
post #6

(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…

This looks great. Will applescript support be coming back? I'm using consular iterm to start and stop projects. https://github.com/achiu/consular-iterm Can anyone recommend another macro tool that can set up a bunch of processes running in tabs?

What you are looking for sounds a lot like TMUX + Bash (scripted tmux setup). Then you can run that inside of iTerm.

Tmux supports tabs and dynamic splits nicely via ncurses.

Also check out tmux ressurect [1] for saving tmux session persistence.

[1] https://github.com/tmux-plugins/tmux-resurrect

Re: iTerm2 Version 3 Now in Beta

#197
post #10
post #6

(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…

George, longtime iTerm 2 user here - thanks for all your hard work; I can't count how many hours of productivity I've saved by using iTerm. I've given a donation in the past - and anyone else interested can see the big donate button on the site.

And add Bitcoin donation as well!

Re: iTerm2 Version 3 Now in Beta

#198
post #6

(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…

Thank you for all your hard work on this, this new version looks and performs so much better than the previous one

Re: iTerm2 Version 3 Now in Beta

#199
post #6

(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…

I'm ever a lurker here on HN, but I have to tell just how amazing it is that something you made affected the lives of so many people. The fact is, iTerm is arguably the most dependable piece of software on my computer and has been since I ever got a mac. So props to you!

Re: iTerm2 Version 3 Now in Beta

#200
post #89

I 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!

You can change the colour of the title bar in iTerm with an ansi code! I have different colours for all of my servers: http://i.imgur.com/mdF3XBz.png 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

Woah, they really should shout about this feature more.
Post reply on HN