1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00
Commit Graph

280 Commits

Author SHA1 Message Date
Suraj N. Kurapati
ca1db9af26 indentation: fix awful mixture of tabs and spaces 2016-10-22 10:28:40 -07:00
Jorge Morante
c47eb0cf4a updated CHANGELOG.md 2016-10-22 11:16:47 +02:00
Jorge Morante
14e067cb41 adding tests for custom-patterns 2016-10-22 11:15:17 +02:00
Suraj N. Kurapati
208b63acc7 fingers-pattern-N settings with N > 9 were ignored
This patch fixes the regular expression that parses `fingers-pattern-N`
settings, allowing the `N` number to contain either one or more digits.

Before this patch:

    $ (echo '@fingers-pattern-0 "git rebase --(abort|continue)"'; echo '@fingers-pattern-1 "yolo"'; echo '@fingers-pattern-50 "whatever"') | grep '^@fingers-pattern' | sed 's/^@fingers-pattern-[0-9] "\(.*\)"$/(\1)/'
    (git rebase --(abort|continue))
    (yolo)
    @fingers-pattern-50 "whatever"

After this patch:

    $ (echo '@fingers-pattern-0 "git rebase --(abort|continue)"'; echo '@fingers-pattern-1 "yolo"'; echo '@fingers-pattern-50 "whatever"') | sed -n 's/^@fingers-pattern-[0-9]\{1,\} "\(.*\)"$/(\1)/p'
    (git rebase --(abort|continue))
    (yolo)
    (whatever)
2016-10-21 13:28:24 -07:00
Jorge Morante
58dbd5ea18 fix dislexia 2016-10-17 23:51:50 +02:00
Jorge Morante
7fc1d923db update CHANGELOG.md 2016-10-17 23:49:59 +02:00
Jorge Morante
87254fd5c3 update README.md 2016-10-17 23:43:52 +02:00
Jorge Morante
3b3fcdf0b5 force terminal resolution when running tests 2016-10-17 23:42:39 +02:00
Jorge Morante
5aec2d98cf remove log traces 2016-10-17 23:16:10 +02:00
Jorge Morante
babd4095f7 fix tests the lazy way ™️ 2016-10-17 23:15:06 +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
2059e67fc6 updated CHANGELOG.md 2016-08-24 08:10:40 +02:00
Jorge Morante
4868598d78 fix specs for 80-col width 2016-08-24 08:08:18 +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
2e57e07e98 update README.md 2016-08-21 17:57:14 +02:00
Jorge Morante
e8c1e59e29 Improve performance with single-pass awk implementation 2016-08-21 17:57:09 +02:00
Jorge Morante
6c297dee65 updated CHANGELOG.md 2016-08-04 08:38:17 +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
f277fbc42c tmux-yank-integration spec 2016-07-15 08:32:11 +02:00
Jorge Morante
36c0d1f9d7 /usr/bin/env bash all the things 2016-07-15 08:31:45 +02:00
Jorge Morante
9e51484800 update CHANGELOG.md 2016-07-14 22:59:23 +02:00
Jorge Morante
0ecb515b1f adding git hooks 2016-07-14 22:48:11 +02:00
Jorge Morante
bfbc8001ee initial setup of automated tests 2016-07-14 22:48:01 +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
51f69c83fe gitignore all logs 2016-07-14 22:45:14 +02:00
Jorge Morante
45abe990dd update CHANGELOG.md 2016-07-05 21:41:31 +02:00
Jorge Morante
50f23dbac7 fix tmux-yank integration 2016-07-05 21:39:16 +02:00
Jorge Morante
587805dca7 update CHANGELOG.md 2016-05-24 23:36:02 +02:00
Jorge Morante
c267108eb1 evily fix xclip not working with @fingers-copy-command 2016-05-24 22:57:31 +02:00
Jorge Morante
f375dd8307 update CHANGELOG.md 2016-05-23 08:07:19 +02:00
Jorge Morante
6d179e2177 BSD virtual machine setup 2016-05-23 08:01:19 +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
4deada10cf update GIF ( very important ) 2016-05-14 10:04:24 +02:00
Jorge Morante
a5e6f871db update CHANGELOG.md 2016-05-14 10:02:36 +02:00
Jorge Morante
b8372bca3d update README.md 2016-05-14 09:45:43 +02:00