descriptionMark and yank scripts for rxvt-unicode
repository URLgit://git.jukie.net/urxvt.git
ownermiciah.masters@gmail.com
last changeThu, 14 Feb 2013 04:38:01 +0000 (13 23:38 -0500)
last refreshSat, 31 Oct 2009 21:44:28 +0000 (31 22:44 +0100)
content tags
add:
README
Blog'ed http://www.jukie.net/~bart/blog/tag/urxvt

Contributing
  
  If you find any of this interesting, you may want to create a fork
  on github.  http://github.com/bartman/urxvt-scripts

Main author
  Bart Trojanowski <bart@jukie.net>

Contributors
  Miciah Dashiel Butler Masters
  Nigel McNie
  Jonas Kramer
  Olof Johansson
  Dave O'Neill
  Hans Dieter Pearcey
  Daniel Danner
  Julius Plenz
  << your name here >>

mark-yank-urls
  
  This script will cycle through URLs in the terminal and let you 
  copy them (y) or launch a browser (<enter>).

  This script is known to be working, but is likely not bug-free.

  NOTES:
    apt-get install rxvt-unicode xclip git-core
    git clone git://git.jukie.net/urxvt.git/ urxvt.git
    mkdir -p ~/.urxvt
    cp urxvt.git/mark-yank-urls ~/.urxvt

    cat >> ~/.Xdefaults <<END
URxvt.keysym.M-u: perl:mark-yank-urls:activate_mark_mode
URxvt.reverseVideo: true
URxvt.perl-lib: /home/jukie/bart/.urxvt/
URxvt.perl-ext: selection
URxvt.perl-ext: mark-yank-urls
END

mark-and-yank

  This is a general purpose block copy script.  Alt-u emulates the
  mark-yank-urls script.  Alt-y is intended to work like the GNU screen
  copy mode.

  WARNING, there are still many bugs in this script.

  NOTES:
    apt-get install rxvt-unicode xclip git-core
    git clone git://git.jukie.net/urxvt.git/ urxvt.git
    mkdir -p ~/.urxvt
    cp urxvt.git/mark-and-yank ~/.urxvt

    cat >> ~/.Xdefaults <<END
URxvt.keysym.M-y: perl:mark-and-yank:activate_mark_mode
URxvt.keysym.M-u: perl:mark-and-yank:activate_mark_url_mode
URxvt.perl-lib: /home/jukie/bart/.urxvt/
URxvt.perl-ext: mark-and-yank
URxvt.urlLauncher: firefox
END

  TODO:
    - get rid of globals, use $term->{variable}s
    - whole screen capture
    - b,e,w,W,gg,G for movement
    - merge code with improvements made to mark-yank-urls
shortlog
2013-02-14 Bart Trojanowskidave0's font-sizemaster
2010-03-05 Bart TrojanowskiMerge commit '8d5f764'
2010-03-05 Bart Trojanowskiadd some scripts to change fonts and colours
2010-01-14 Julius Plenzbugfix: when yanking backslashes, they are not doubled...
2010-01-11 Bart Trojanowskiupdated authors list
2010-01-10 Julius Plenzbugfix: do not expand env variables when copying with...
2010-01-09 Julius Plenzadd status-popup in last line when copy mode is invoked...
2010-01-08 Julius Plenzmake ^c abort mark-yank-mode
2010-01-08 Julius Plenzfixed upward line wrap of 'B'
2010-01-08 Julius Plenzfixed 'b' to make it more similar to screen's 'b'
2009-10-09 Bart Trojanowskifixed a 'Use of uninitialized value' warning in on_line...
2009-06-16 Jyrki PulliainenMark-yank-urls and Ctrl detection
2009-06-01 Bart Trojanowskimore README updates
2009-06-01 Bart TrojanowskiREADME updates
2009-05-31 Bart Trojanowskifix README to point to new git server
2009-05-31 Bart Trojanowskirevert changes to url_matches lost in last couple of...
...
heads
11 years ago master
14 years ago pu
forks
Cached version (6499s old)
rxvt-unicode-script-mark-and-yank/miciah.git Miciah's changes miciah.masters@gmail.com 14 years ago