Commit Graph

40 Commits

Author SHA1 Message Date
Jorge Morante 6718322da9 add @fingers-jump-key to README TOC 2023-11-18 10:31:37 +01:00
Jorge Morante 13c46d71eb document new @fingers-jump-key option 2023-11-10 15:48:55 +01:00
Jorge Morante 55c47402b3 reduce tmux display-message noisiness and add @fingers-show-copied-notification option 2023-10-26 18:55:41 +02:00
Jorge Morante 1653c82d46 add demo gif to README.md 2023-09-27 15:23:00 +02:00
Jorge Morante 33016aa171 adding logo 2023-09-27 15:23:00 +02:00
Jorge Morante 664717c8cd sort TOC in README 2023-09-27 15:23:00 +02:00
Jorge Morante 25b5b7d42b adding documentation and preparing release 2023-09-27 15:22:59 +02:00
Jorge Morante c192edb6c3 updating docs and defaults 2023-09-27 15:21:51 +02:00
Jorge Morante c926a0eb4c Rewrite in Crystal 2023-09-27 15:21:48 +02:00
Ilya Grigoriev ec42596e05
Readme: clarify that we use the `gawk` ERE syntax, not `grep -E`
See https://github.com/Morantron/tmux-fingers/issues/96 for an issue caused by the difference between the two syntaxes.
2023-06-16 13:21:48 -07:00
Paweł Sacawa c2392d0ca3 Fix: Patterns matching the empty string rejected
As observed in #86, fingers accepts a pattern accepting an empty string, such as `(token)?`, and this leads the `gawk` subprocess to loop indefinitely, allocated memory until it's eventually killed by the kernel.
This pr rejects such patterns, printing an error message.
2021-06-10 17:17:13 -04:00
Jorge Morante 9f265bc5da extend SHA length to 128 digits 2020-03-06 08:45:02 +01:00
Jorge Morante 78839579a0 update CHANGELOG.md and README.md 2020-01-06 11:19:33 +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 13d25cecb0 new input system to allow ctlr/alt/shift modifiers and custom kb layouts 2019-12-27 10:29:30 +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 1b3871250e remove tmux-yank dependency and provide default copy/open command 2019-11-27 13:32:40 +01:00
Jorge Morante de2fc8b2f0 document @fingers-keyboard-layout option 2019-01-17 16:38:11 +01:00
Jorge Morante 6f0d594c11 add UUIDs to README.md 2018-12-30 18:26:35 +01:00
Jorge Morante 3a12a8d42a tweaks to fingers-copy-command
* Exports variables so they can be referenced in tmux.conf
  * Run fingers-copy-command after swapping pane so they are run in
    current pane context.
  * Fixes heredoc string bug ( fixes #63 )
2018-12-29 20:46:39 +01:00
Jorge Morante 5bdce25bb8 update README.md with latest default patterns 2018-11-08 09:35:04 +01:00
Jorge Morante 1acf8bc005 remove health-check from startup 2018-11-08 09:27:53 +01:00
Jorge Morante f4b144add3 update docs 2018-02-15 09:33:19 +01:00
Jorge Morante 2142cfccc7 update README.md with proper manual installation steps 2017-08-14 09:53:45 +02:00
Jorge Morante 72f4f46208 document new options 2017-05-02 17:41:30 +02:00
Jorge Morante dbfe66fd43 actually, rename conf theme envvars to @fingers-whatever-nocompact 2017-05-02 15:46:28 +02:00
Jorge Morante b072d91958 initial health check implementation 2017-04-23 19:04:55 +02:00
Jorge Morante 58dbd5ea18 fix dislexia 2016-10-17 23:51:50 +02:00
Jorge Morante 87254fd5c3 update README.md 2016-10-17 23:43:52 +02:00
Jorge Morante c5353288f1 updating README.md 2016-10-17 23:15:06 +02:00
Jorge Morante 2e57e07e98 update README.md 2016-08-21 17:57:14 +02:00
Jorge Morante bfbc8001ee initial setup of automated tests 2016-07-14 22:48:01 +02:00
Jorge Morante 4deada10cf update GIF ( very important ) 2016-05-14 10:04:24 +02:00
Jorge Morante b8372bca3d update README.md 2016-05-14 09:45:43 +02:00
Morantron ae2be9e8f7 adding screencast gif 2016-05-03 09:07:55 +02:00
Jorge Morante fadbb9865c added requirements 2016-05-02 23:00:28 +02:00
Jorge Morante cdf4277c51 small fixes in README 2016-05-01 19:57:07 +02:00
Jorge Morante 5210e64836 adding more predefined patterns 2016-05-01 19:54:20 +02:00
Jorge Morante fd3c2ee1a6 README.md + LICENSE 2016-05-01 19:50:41 +02:00