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

285 Commits

Author SHA1 Message Date
Jorge Morante
e5a26b94d9 Revert "legacy tty support WIP"
This reverts commit c977cf72d6.
2021-07-01 08:27:37 +02:00
Jorge Morante
c977cf72d6 legacy tty support WIP 2021-01-19 12:13:23 +01:00
Jorge Morante
711864d8bd remove unused file 2021-01-03 18:51:01 +01:00
Jorge Morante
b693ddf953 fix tests, truncating log file breaks everything log 2021-01-03 18:50:44 +01:00
Jorge Morante
c5906899b4 deprecate compact stuff, hint/highlight format now works without interpolation 2021-01-03 18:49:57 +01:00
Jorge Morante
073b610ab1 POSIX compliant redirect, take two 2021-01-02 19:06:27 +01:00
Jorge Morante
904173720b POSIX compliant redirect 2021-01-02 18:59:45 +01:00
Jorge Morante
be7f065c3c uncomment a tmux versions from travis matrix 2020-12-29 10:18:35 +01:00
Jorge Morante
ad7466cb10 add fancy box with pane output in custom rspec matcher 2020-12-29 09:16:15 +01:00
Jorge Morante
914c3ba37e fix invalid options spec 2020-12-29 08:47:45 +01:00
Jorge Morante
70d1dedacb oops, fix broken copy-mode 2020-12-28 20:26:14 +01:00
Jorge Morante
f0de6fafd7 fix Commands namespace 2020-12-27 20:29:47 +01:00
Jorge Morante
7dcae54cd2 add xsel and log output to log file 2020-12-27 20:24:15 +01:00
Jorge Morante
ab6aca59b7 delete the old stuff 2020-12-27 20:20:00 +01:00
Jorge Morante
b5ab752b98 remove git-hooks 2020-12-27 20:20:00 +01:00
Jorge Morante
ed1fff18d1 ruby rewrite 2020-12-27 20:20:00 +01:00
Jorge Morante
9f265bc5da extend SHA length to 128 digits 2020-03-06 08:45:02 +01:00
Jorge Morante
d722ec7b3a update CHANGELOG.md 2020-01-06 11:20:31 +01:00
Jorge Morante
78839579a0 update CHANGELOG.md and README.md 2020-01-06 11:19:33 +01:00
Jorge Morante
56a6f918ed reverse order of default open command discovery ( fixes #70 ) 2020-01-06 11:16:28 +01:00
Jorge Morante
0ce16f5685 update CHANGELOG.md 2020-01-05 17:41:29 +01:00
Jorge Morante
8ddc517b4c fix oopsie in README.md 2020-01-05 12:44:09 +01:00
Jorge Morante
50210a8cfc update README.md and help screen 2020-01-05 12:36:36 +01:00
Jorge Morante
be7e197178 remove traces 2020-01-05 12:20:53 +01:00
Jorge Morante
7b90e7a2a9 prettier defaults for multi mode 2020-01-05 12:19:14 +01:00
Jorge Morante
ce77e07ada update help section 2020-01-05 12:18:39 +01:00
Jorge Morante
6452069a3c rename fingers window to [fingers:multi] when entering multi mode 2020-01-05 12:18:27 +01:00
Jorge Morante
1a5dc4fc10 drafting multi mode 2020-01-03 18:55:30 +01:00
Jorge Morante
1deef23dc7 exclude OSX + tmux 2.1 from build matrix 2019-12-27 11:56:17 +01:00
Jorge Morante
13d25cecb0 new input system to allow ctlr/alt/shift modifiers and custom kb layouts 2019-12-27 10:29:30 +01:00
Morantron
27a822c99a
Merge pull request #67 from IngoHeimbach/fix/window-renaming
Fix unintentional window renaming
2019-11-29 12:46:34 +01:00
Jorge Morante
f444e320a5 adapt test suit to travies
* run tests in different tmux versions to benefit from travis matrix
  feature
* tmuxomatic version dependant fixes
* add retries
2019-11-29 11:52:15 +01:00
Jorge Morante
6639db8d73 add travis.yml 2019-11-27 13:42:55 +01:00
Jorge Morante
bda2f7a978 remove circleci 2019-11-27 13:41:37 +01:00
Jorge Morante
1b3871250e remove tmux-yank dependency and provide default copy/open command 2019-11-27 13:32:40 +01:00
Ingo Heimbach
4d302bb198 Fix unintentional window renaming
This commit fixes #65.
2019-04-03 15:17:33 +02:00
Jorge Morante
bf24ffc2af Merge branch 'feature/improving-hinter' into develop 2019-01-17 17:12:53 +01:00
Jorge Morante
de2fc8b2f0 document @fingers-keyboard-layout option 2019-01-17 16:38:11 +01:00
Jorge Morante
40aad0c650 add gazillion of layouts 2019-01-17 12:47:01 +01:00
Jorge Morante
2c5a9332b1 ensure no dupe letters when generating hints 2019-01-17 12:46:52 +01:00
Jorge Morante
eab436f4a0 hints change, so fix them tests 2019-01-15 08:59:17 +01:00
Jorge Morante
f1071294c7 print raw strings in hinter ( avoids interpreting %s within matches ) 2019-01-15 08:29:55 +01:00
Jorge Morante
a4e62e5648 adding @fingers-keyboard-layout option 2019-01-14 08:41:21 +01:00
Jorge Morante
c9e9b8d941 don't eat part of output 2019-01-14 08:35:14 +01:00
Jorge Morante
85f620b952 Merge branch 'fix/wsl' into develop 2019-01-13 14:51:45 +01:00
Jorge Morante
79c0398908 WIP 2019-01-13 14:45:19 +01:00
Jorge Morante
ee87f6aa1e alphabet generation 2019-01-13 14:39:58 +01:00
Jorge Morante
84c9805eb8 token based hinter, reading hints from alphabet file 2019-01-13 14:39:51 +01:00
Jorge Morante
6a1f2dac9d adding dev folder with benchmark report 2019-01-11 09:23:06 +01:00
Jorge Morante
529dfce0c2 Merge branch 'feature/benchmarks' into develop 2019-01-11 08:30:08 +01:00