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

296 Commits

Author SHA1 Message Date
Jorge Morante
96ac27feb7 Merge branch 'master' into feature/custom-colors 2017-04-23 19:07:48 +02:00
Jorge Morante
fcc0e5ba64 add hack disclaimer 2017-04-23 19:05:47 +02:00
Jorge Morante
36f946b1c9 testing sleepy tests in CI 2017-04-23 19:05:47 +02:00
Jorge Morante
39b8dcc89a remove unused helpers file 2017-04-23 19:05:47 +02:00
Jorge Morante
d2dab2e122 updated CHANGELOG.md 2017-04-23 19:05:46 +02:00
Jorge Morante
f1e92a759d remove expect from provisioning 2017-04-23 19:05:46 +02:00
Jorge Morante
75a0ea9b54 make tmux-yank integration work with new set-buffer approach 2017-04-23 19:05:45 +02:00
Jorge Morante
f42617ef03 rewrite specs in bash 2017-04-23 19:05:28 +02:00
Jorge Morante
57f0b731a6 small changes in tmux-next send-keys breaking change 2017-04-23 19:05:28 +02:00
Ferran Basora
0fd04a9647 Remove actions 2017-04-23 19:05:25 +02:00
Ferran Basora
76b187581e New bindings for tmux 2.3 2017-04-23 19:04:55 +02:00
Jorge Morante
ec2d573757 add tmux-printer as submodule 2017-04-23 19:04:55 +02:00
Jorge Morante
42b4943eca fix compact hints 2017-04-23 19:04:55 +02:00
Jorge Morante
759fc183c7 load configuration with tmux setenv 2017-04-23 19:04:55 +02:00
Jorge Morante
844d6b8315 use tmux status bar format 2017-04-23 19:04:55 +02:00
Jorge Morante
ad3bcb37cf updated CHANGELOG.md 2017-04-23 19:04:55 +02:00
Jorge Morante
0d69d6412f improving health cheack and adding at least gawk 4 2017-04-23 19:04:55 +02:00
Jorge Morante
90faa45f99 add newest gawk to ubuntu provisioning 2017-04-23 19:04:55 +02:00
Jorge Morante
4ff20ddcb5 updated CHANGELOG.md 2017-04-23 19:04:55 +02:00
Jorge Morante
b61ea77cd2 add version to help screen 2017-04-23 19:04:55 +02:00
Jorge Morante
d7f8541f7e add gawk to BSD provisioning 2017-04-23 19:04:55 +02:00
Jorge Morante
e8e302cf91 better formatting in health check 2017-04-23 19:04:55 +02:00
Jorge Morante
2a7387ee69 add docs and docs link 2017-04-23 19:04:55 +02:00
Jorge Morante
b582a44955 gawk all the things 2017-04-23 19:04:55 +02:00
Jorge Morante
b072d91958 initial health check implementation 2017-04-23 19:04:55 +02:00
Jorge Morante
8ce451da4e adding color configuration env variables 2017-04-23 19:04:47 +02:00
Jorge Morante
9a41e55f2a add hack disclaimer 2017-04-21 09:13:16 +02:00
Jorge Morante
a56aaaf5e6 testing sleepy tests in CI 2017-04-21 09:01:12 +02:00
Jorge Morante
f4d5b3d7eb remove unused helpers file 2017-04-21 08:49:11 +02:00
Jorge Morante
3d2354f887 updated CHANGELOG.md 2017-04-20 08:19:43 +02:00
Jorge Morante
d9ffb4a1f9 remove expect from provisioning 2017-04-20 08:17:50 +02:00
Jorge Morante
21c6c06d65 make tmux-yank integration work with new set-buffer approach 2017-04-20 08:07:19 +02:00
Jorge Morante
665be3ad58 rewrite specs in bash 2017-04-20 08:07:19 +02:00
Jorge Morante
695bbc7b3e small changes in tmux-next send-keys breaking change 2017-04-12 08:37:18 +02:00
Ferran Basora
0325e70e3c Remove actions 2017-04-11 10:08:56 +00:00
Ferran Basora
b25d08d25e New bindings for tmux 2.3 2017-04-10 19:32:33 +02:00
Jorge Morante
7d89dbf40f updated CHANGELOG.md 2017-04-09 20:32:40 +02:00
Jorge Morante
e669ed1850 improving health cheack and adding at least gawk 4 2017-04-09 20:31:21 +02:00
Jorge Morante
a604664af7 add newest gawk to ubuntu provisioning 2017-04-09 13:33:43 +02:00
Jorge Morante
85f8f9ec64 updated CHANGELOG.md 2017-04-07 09:27:29 +02:00
Jorge Morante
0c9bf307a9 add version to help screen 2017-04-07 09:26:04 +02:00
Jorge Morante
e3a2bccabd add gawk to BSD provisioning 2017-04-07 09:22:34 +02:00
Jorge Morante
45a99c8823 better formatting in health check 2017-04-07 08:34:06 +02:00
Jorge Morante
f41464ca71 add docs and docs link 2017-04-07 08:30:17 +02:00
Jorge Morante
2f0487280d gawk all the things 2017-04-07 08:29:57 +02:00
Jorge Morante
a5daac5e48 initial health check implementation 2017-04-07 08:29:51 +02:00
Jorge Morante
ba6db34ea5 updated CHANGELOG.md 2017-02-14 08:30:31 +01:00
Jorge Morante
ff2e8cc891 fixed support for fish ><((o> 2017-02-14 08:29:42 +01:00
Jorge Morante
68c5659415 updated CHANGELOG.md 2017-02-07 21:39:19 +01:00
Jacob Keller
fe35e519ea support variable length sha1 commit ids
The sha1 commit ids displayed by git may range in size and are not strictly 7 digits or 40 digits. In practice, the old default was something like 7, and that was enough to uniquely distinguish the commit. However, some repositories (Upstream Linux kernel) now use 12 as the default.

When we support intervals, use them to specify the full range to make the hint grab all available characters.
2017-02-06 11:22:22 -08:00