1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-07-01 08:10:57 +02:00
Commit Graph

50 Commits

Author SHA1 Message Date
Jorge Morante
5aec2d98cf remove log traces 2016-10-17 23:16:10 +02:00
Jorge Morante
6b67ce92df add help screen and hack input a little bit 2016-10-17 23:15:06 +02:00
Jorge Morante
3abca2a0ff read default compact state from configuration 2016-10-17 23:15:06 +02:00
Jorge Morante
7faf361f68 performance boost by spawning bash withouth rc/profile 2016-10-17 23:15:06 +02:00
Jorge Morante
c5353288f1 updating README.md 2016-10-17 23:15:06 +02:00
Jorge Morante
d257428cea space a bit uncollapsed hints 2016-10-17 23:15:06 +02:00
Jorge Morante
dcf65b7b7e toggle collapsed hints by pressing <space> 2016-10-17 23:15:06 +02:00
Jorge Morante
b05b723165 properly yank shite 2016-10-17 23:15:06 +02:00
Jorge Morante
00a98e742f compact hints 2016-10-17 23:15:02 +02:00
Jorge Morante
55469ed2d3 properly remove shite 2016-08-23 08:46:09 +02:00
Jorge Morante
1c85b1c802 cleaning 💩 up 2016-08-23 08:45:13 +02:00
Jorge Morante
2c4140e47a fix filepath regexp for OSX, and interval support check 2016-08-23 08:44:30 +02:00
Jorge Morante
84a6ce6abb accumulate hints and print lookup at the end of hinter 2016-08-22 22:36:13 +02:00
Jorge Morante
e8c1e59e29 Improve performance with single-pass awk implementation 2016-08-21 17:57:09 +02:00
Jorge Morante
29d424996d Sanitize input, fixing weird output when holding arrow keys
More info in http://unix.stackexchange.com/questions/179191/bashscript-to-detect-right-arrow-key-being-pressed/179193
2016-08-04 08:31:51 +02:00
Jorge Morante
0c16b46f0f preserve pane zoom state 2016-07-16 10:40:49 +02:00
Jorge Morante
9cd1aae509 better rendering of wrapped lines 2016-07-14 22:47:16 +02:00
Jorge Morante
4b40291d89 fix more than one match per line in BSD 2016-07-14 22:46:50 +02:00
Jorge Morante
a44868a68f clean up emacs/vi action keys 2016-07-14 22:46:07 +02:00
Jorge Morante
50f23dbac7 fix tmux-yank integration 2016-07-05 21:39:16 +02:00
Jorge Morante
c267108eb1 evily fix xclip not working with @fingers-copy-command 2016-05-24 22:57:31 +02:00
Jorge Morante
b9f216d966 fix issues with POSIX grep -on output 2016-05-23 08:01:19 +02:00
Jorge Morante
174cd70339 fix portability and escaping issues in match_parser pattern 2016-05-23 08:01:19 +02:00
Jorge Morante
b1c5bc55e6 POSIX compliant sed expression in match parser ( AKA fix OSX ) 2016-05-16 19:39:00 +02:00
Jorge Morante
739e34922d clear scrollback history only in fingers pane 2016-05-13 09:32:11 +02:00
Jorge Morante
79ebe14a9c silent pane-exec to avoid history pollution 2016-05-12 10:45:38 +02:00
Jorge Morante
9e04dc6e0a add @fingers-copy-command option 2016-05-12 09:11:58 +02:00
Jorge Morante
22a660bc77 fix shellcheck grep -c warning 2016-05-12 09:08:34 +02:00
Jorge Morante
9f5e8af84f better rendering 2016-05-12 08:46:57 +02:00
Jorge Morante
3fdd1c3690 remove colon-escape hacks 2016-05-06 00:25:54 +02:00
Jorge Morante
ff14308500 preserve tabs when echoing hints 2016-05-05 23:44:09 +02:00
Jorge Morante
2ceea91504 remove unused exec code 2016-05-05 23:33:07 +02:00
Jorge Morante
39d5d2fd2d (possibly) fix wrong string expansion 2016-05-04 09:45:43 +02:00
Jorge Morante
b54d2d5e41 fix url patterns with escape/unescape magic 2016-05-03 09:07:55 +02:00
Jorge Morante
754a8ec7da OSX compatibility and fixes 2016-05-02 21:15:29 +02:00
Jorge Morante
6d738cee7e integrate with tmux-yank 2016-05-02 08:17:21 +02:00
Jorge Morante
d5ab288312 fix predefined searches 2016-05-01 22:01:31 +02:00
Jorge Morante
5210e64836 adding more predefined patterns 2016-05-01 19:54:20 +02:00
Jorge Morante
fb07f89064 disable exec mode for the moment 2016-05-01 19:50:57 +02:00
Jorge Morante
8fb03380d5 mini cleanup 2016-05-01 19:01:28 +02:00
Jorge Morante
797784b16f exec mode 2016-05-01 18:53:24 +02:00
Jorge Morante
97199817ec revert hints 2016-04-30 01:38:49 +02:00
Jorge Morante
879f856a45 handle backspace 2016-04-30 01:36:21 +02:00
Jorge Morante
74cd4fa5e2 vi/emacs mode-keys support without EOL 2016-04-30 01:28:42 +02:00
Jorge Morante
b822109b31 properly set permissions and delete tmp file 2016-04-30 01:03:45 +02:00
Jorge Morante
f3d392f63d user configurable patterns 2016-04-30 00:58:58 +02:00
Jorge Morante
fce012bb93 working in copy mode 2016-04-28 22:51:38 +02:00
Jorge Morante
970a7be611 add 5 as minimum number length 2016-04-26 22:07:50 +02:00
Jorge Morante
79d1eee3b6 WIPWORKS 2016-04-26 22:04:24 +02:00
Jorge Morante
fc4fea2721 first commit, proof of concepting 2016-04-24 01:36:09 +02:00