Commit Graph

51 Commits

Author SHA1 Message Date
komar
5419db7608 copy from 'matcher'. allow comments and spaces in patterns 2014-05-24 09:44:35 +02:00
Bert Münnich
34ae181a0a url-select: fixed underlining of URLs, fixes issue #47 2014-04-07 21:01:29 +02:00
Bert Münnich
a4eed96cc6 url-select: New default regex, fixes issue #47 2014-04-06 11:34:24 +02:00
Bert Münnich
e54f4c238e Abort keyboard & url selection modes with Ctrl-c; fixes issue #46 2014-03-20 21:44:28 +01:00
Bert Münnich
6481d92137 Nicer living 2014-01-21 22:26:25 +01:00
woky
cbed482f73 Allow button modifiers in url-select
Almost verbatim copy from matcher.
2013-12-15 17:01:33 +01:00
Bastien Dejean
adacf7920d Add support for the Git URL scheme 2013-01-14 11:58:29 +01:00
Bert Münnich
c05d319ba6 Removed version number from extensions 2012-09-13 21:50:22 +02:00
Bert Münnich
af715b615d Stable version 2.0, released as bundle 2012-08-19 13:56:32 +02:00
Bert Münnich
c34082d99f Made all options namespaced 2012-08-16 11:41:33 +02:00
Bert Münnich
6139557a85 Merge remote-tracking branch 'meh/options'
Conflicts:
	README.md
	url-select
2012-08-16 11:33:25 +02:00
Bert Münnich
53cbf53540 Merge remote-tracking branch 'vifon/master'
Conflicts:
	url-select
2012-08-16 11:29:48 +02:00
meh
8d8d6e4a00 url-select: make options namespaced 2012-08-12 13:27:05 +02:00
Andrew Wong
19da7013ce url-select: fix typo from previous merge 2012-07-27 01:32:02 +10:00
Bert Münnich
6fd697e297 Mentioned support for matcher.pattern resources in README 2012-07-10 21:57:03 +02:00
meh
b5631d1d90 url-select: support matcher configurations 2012-07-10 21:41:26 +02:00
Wojciech Siewierski
21ed78a650 url-select: new selection method
see: https://github.com/muennich/urxvt-perls/issues/18
2012-04-02 11:20:44 +02:00
Wojciech Siewierski
c3977f5565 updated README.md 2012-04-01 00:14:06 +02:00
Wojciech Siewierski
9a9f84b31f Merge remote-tracking branch 'upstream/master' 2012-03-27 01:15:25 +02:00
Bert Münnich
b438097350 url-select: increased version number 2012-01-20 23:26:58 +01:00
Tim Smart
447842ee48 Use selection_make instead of selection_grab.
For some reason selection_grab was not working with my urxvt setup,
however the selection_beg, selection_end and selection_make trio worked
fine.

Signed-off-by: Tim Smart <tim@fostle.com>
2012-01-18 19:40:38 +13:00
Wojciech Siewierski
48762bc273 url-select: much cleaner URL autocopy 2012-01-13 11:29:22 +01:00
Wojciech Siewierski
1380bad3d2 url-select: selected URLs are automatically copied
When an URL is selected, it is copied to the clipboard using the selected tool.
2012-01-13 02:14:04 +01:00
Bert Münnich
eb9b7a606a Fixed issue #16
Handle mouse button events on URLs only, if no cursor movement occurs between
press and release events.
2011-12-24 12:00:08 +01:00
Bert Münnich
530853ccb3 Updated doc 2011-11-05 13:18:49 +01:00
Billy Lamberta
b7dc52cb27 Added alternate link navigation using arrow keys and home/end. 2011-11-04 16:11:59 -03:00
Bert
35acc02354 Discard line cache when using g/G mappings 2011-08-03 10:19:51 +02:00
Bert
95c1029b64 url-select: g/G mappings to select first/last URL 2011-08-03 10:14:22 +02:00
Bert
b3249e81dd Updated doc 2011-05-28 12:52:44 +02:00
Bert
7a7e77ce52 url-select: version 1.5 2011-04-27 19:12:38 +02:00
Bert
ef4343a85c url-select: nicer splitting of urlLauncher value 2011-04-23 15:32:34 +02:00
Bert
e1141ccb01 url-select: fixed argument handling in urlLauncher resource 2011-04-23 15:26:57 +02:00
Bert
f3357d9b7e url-select: slightly refactored 2011-04-20 11:19:25 +02:00
Steven Merrill
944e6bd953 Adding configurable mouse button setting. 2011-04-15 01:56:07 -04:00
Bert
1ac89b1d8c url-select: version 1.4 2010-09-12 20:44:19 +02:00
Bert
cbdbb7927e url-select: fixed matching of URLs with umlauts 2010-08-29 22:08:22 +02:00
Bert
07623a60fc made status area more compact 2010-08-20 20:02:41 +02:00
Bert
f63af26b81 nicer status area, fixed [fF;,] in keyboard-select 2010-08-20 16:58:37 +02:00
Bert
ec0f6210f4 url-select: updated README, on_line_update -> line_update 2010-08-17 20:41:12 +02:00
Bert
91cd34f1a1 url-select: new o/q keyboard mappings
https://bbs.archlinux.org/viewtopic.php?pid=810493#p810493
2010-08-17 17:04:58 +02:00
Bert
61f4a686ca url-select: version 1.3 2010-08-16 19:50:58 +02:00
Bert
4a7de6ccaa url-select: made status area more vim-like 2010-08-16 17:24:27 +02:00
Bert
73cb4ef3bf url-select: version 1.2 2010-08-15 15:31:08 +02:00
Bert
5c7b3bab22 url-select: added overlay showing index of current url 2010-08-15 15:28:19 +02:00
Bert
d797dfb717 url-select: version 1.1 2010-08-13 22:06:40 +02:00
Bert
82544b57e5 *-select: fixed unused keys scrolling; more doc 2010-08-13 22:04:04 +02:00
Bert
474e44e5cd url-select: version 1.0 2010-08-12 16:28:57 +02:00
Bert
412f705af7 url-select: bug-fix: ignore all unused keys 2010-08-04 11:44:33 +02:00
Bert
cee2040344 url-select: more suitable & vi-like mappings 2010-08-03 22:15:07 +02:00
Bert
8379775412 url-select: almost completely rewritten
We're now able to:
- Block tty updates while in URL selection mode
-> no fuckups in ncurses clients anymore, hooray!
- Select multiline URLs as such
- Scroll nicely
2010-08-03 00:44:04 +02:00