aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext
Commit message (Collapse)AuthorAgeFilesLines
* Fix shebangTom Ryder2016-06-191-1/+1
|
* Remove all the perldocTom Ryder2016-06-191-55/+0
|
* Add "selection" urxvt scriptTom Ryder2016-06-191-0/+185
| | | | | | I don't like this very much, I just want something that correctly handles urxvt.cutchars with unicode characters. I'll cut it down and tidy it up shortly in the same way I did with the clip ext.
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Use real return values in clipTom Ryder2015-10-151-4/+3
|
* Appease perlcritic(1) on clipTom Ryder2015-10-021-0/+3
|
* Tidier Perl for custom clip scriptTom Ryder2014-04-271-6/+12
|
* UTF-8 encoding needed before clipboard printTom Ryder2014-04-261-1/+3
|
* Remove Urxvt.perl-lib definitionTom Ryder2014-04-261-0/+22
I didn't read the manpage. It turns out that urxvt will search $HOME/.urxvt/ext by default for its extensions, so I don't need to specify a path here (much less a fixed string rather than a variable).