Live data from Hacker News

How to copy and paste with tmux on Mac OS X

robots.thoughtbot.com

11–14 of 14 posts

Re: How to copy and paste with tmux on Mac OS X

#11

google trends for tmux vs screen http://www.google.com/trends/?q=tmux,+screen+gnu,+shell+scre...

Great idea, but I think the word "screen" is too overloaded (even alongside GNU or shell) to be meaningful for comparison.

The useful information here is simply that tmux mentions are going up: " rel="nofollow">http://google.com/trends/?q=tmux>.

Re: How to copy and paste with tmux on Mac OS X

#12
Can someone explain the use case for using tmux locally on your mac (which is what this article seems to be about)? My only use for tmux right now is for when I am ssh-ing into remote computers: It gives me a saved state so I don't lose history or kill long running processes if I become disconnected and it also gives me multiple tabs. But it seems that if I am local then Terminal.app or iTerm2 already does all of that. So... why would I use tmux locally?

Re: How to copy and paste with tmux on Mac OS X

#13

Can someone explain the use case for using tmux locally on your mac (which is what this article seems to be about)? My only use for tmux right now is for when I am ssh-ing into remote computers: It gives me a saved state so I don't lose history or kill long running processes if I become disconnected and it also gives me multiple tabs. But it seems that if I am local then Terminal.app or iTerm2 already does all of tha…

I use it to organize everything I'm doing. iTerm2 does splits, and both iTerm2 and Terminal do tabs, but using Tmux decouples my workflow from the operating system I'm using. Additional benefits are being able to close my terminal at the end of the day and reattach the next morning with all my programs open, being able to script things I do often, etc.
Post reply on HN