[108054] trunk/dports/sysutils/tmux-pasteboard/Portfile

and.damore at macports.org and.damore at macports.org
Thu Jul 11 07:53:38 PDT 2013


Revision: 108054
          https://trac.macports.org/changeset/108054
Author:   and.damore at macports.org
Date:     2013-07-11 07:53:38 -0700 (Thu, 11 Jul 2013)
Log Message:
-----------
port tmux-pasteboard: adding usage info to notes

Modified Paths:
--------------
    trunk/dports/sysutils/tmux-pasteboard/Portfile

Modified: trunk/dports/sysutils/tmux-pasteboard/Portfile
===================================================================
--- trunk/dports/sysutils/tmux-pasteboard/Portfile	2013-07-11 10:48:06 UTC (rev 108053)
+++ trunk/dports/sysutils/tmux-pasteboard/Portfile	2013-07-11 14:53:38 UTC (rev 108054)
@@ -32,6 +32,10 @@
     xinstall -m 755 ${worksrcpath}/reattach-to-user-namespace ${destroot}${prefix}/bin/
 }
 
-notes "To enable tmux-MacOSX-pasteboard add following line to ~/.tmux.conf replacing 'bash' with your actual shell:" \
-    "set-option -g default-command \"${prefix}/bin/reattach-to-user-namespace bash\"" 
+notes \
+"To enable tmux-MacOSX-pasteboard add the following line to ~/.tmux.conf replacing 'bash' with your actual shell:
+    set-option -g default-command \"${prefix}/bin/reattach-to-user-namespace bash\"" \
+"You can then copy last tmux buffer into system general pasteboard using:
+    tmux save-buffer - | pbcopy" \
+"or define a handier alias for it"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130711/96895b13/attachment-0001.html>


More information about the macports-changes mailing list