Commit Graph

211 Commits

Author SHA1 Message Date
Ferran Basora
e3faf2e6fe Add support scroll mode in tmux 2020-01-20 20:44:46 +01:00
Ferran Basora
4262b1c45d Fix scripts 2020-01-19 21:21:07 +01:00
Ferran Basora
19e2a2380a More documentation about multi-selection 2020-01-19 21:21:07 +01:00
Ferran Basora
a1c4977ed1 Rename binary 2020-01-19 21:21:07 +01:00
Ferran Basora
3cf78e116a Bump dependencies 2020-01-19 21:21:07 +01:00
Ferran Basora
364c83e524 Bump version to 0.3.0 2020-01-19 21:21:07 +01:00
Ferran Basora
741a5bd927 Add multi selection 2020-01-19 21:21:07 +01:00
Ferran Basora
8ae9fa9137 Decouple thumbs from tmux 2020-01-19 21:21:07 +01:00
Ferran Basora
189be87e58
Update README.md 2019-12-11 19:02:17 +01:00
Abin Simon
a1792ea196 add select-bg-color 2019-12-11 18:59:10 +01:00
Ferran Basora
4643c4ca0f
Update README.md 2019-12-11 12:22:46 +01:00
Ferran Basora
90809b5d18
Update README.md 2019-12-11 12:22:09 +01:00
Ferran Basora
f15f02c26b Exclusive commands
Before this commit `command` and `upcase_command` where executed if you
pressed an uppercase key. This can force the user to have a innocuous
lower case command if they want to execute together.

Now they can be totally independent.
2019-12-10 07:49:07 +01:00
Ferran Basora
a9c46486f1 Tmux 2.9a is compatible 2019-12-08 12:09:48 +01:00
Ferran Basora
468a9b778a Tmux 2.9a is not compatible 2019-12-06 16:27:01 +00:00
Ferran Basora
2f77e8ec06 Compatibility list of tmux versions 2019-12-06 16:23:33 +00:00
Ferran Basora
bbbafc8cb3 Bump version 2019-12-05 19:36:07 +01:00
Ferran Basora
2c069a21ee
Merge pull request #18 from fcsonline/feature/fix-command
Fix command and paste command arguments
2019-12-05 19:35:14 +01:00
Ferran Basora
df0b616f29
Merge pull request #15 from isundaylee/args-fix
Fixes passing options with spaces in the value
2019-12-05 19:31:10 +01:00
Ferran Basora
fb7e6da20a Fix command and paste command arguments
Improve flexibility in `command` and `upcase-command` replacing `{}`
with the selected hint.
2019-12-04 09:16:33 +00:00
Jiahao Li
4bf8b04a05 Fixes passing options with spaces in the value
Previously, when setting the `--command` option to `tmux set-buffer {}`, it
will be interpreted by the `tmux-thumbs` binary as 4 separate args:
`--command`, `'tmux`, `set-buffer`, and `{}'`. This commit fixes it such that
the option will be correctly interpreted as a single arg.
2019-11-26 17:48:51 -05:00
Ferran Basora
d6c91815e7 Bump version to 0.2.5 2019-11-17 17:45:51 +00:00
Ferran Basora
094475faab Add support for IPFS CIDs 2019-11-17 17:44:08 +00:00
Ferran Basora
3390330c0c Fix format 2019-10-03 16:52:05 +00:00
Ferran Basora
2ac8bc25ca Match @ in paths 2019-10-03 16:12:38 +00:00
Ferran Basora
fcb6c60151
Merge pull request #10 from jamesodhunt/add-non-compact-hints
view: Add @thumbs-contrast option
2019-08-04 20:33:48 +02:00
James O. D. Hunt
26a6c2a528 view: Add @thumbs-contrast option
Add an option to surround the hint character with square brackets
(for example `[a]` rather than `a`). This is the equivalent to the
following `tmux-fingers` configuration option [1] and is useful to make
the hint more visible:

```
set -g @fingers-compact-hints 0
```

[1] - https://github.com/Morantron/tmux-fingers#fingers-compact-hints

Signed-off-by: James O. D. Hunt <jamesodhunt@gmail.com>
2019-08-02 21:59:34 +01:00
Ferran Basora
f1123d6059
Merge pull request #8 from Emantor/topic/ipv6
Add ipv6 matching support
2019-06-20 15:20:18 +02:00
Rouven Czerwinski
aaf0b3ca85 Add ipv6 matching support 2019-06-18 09:12:58 +02:00
Ferran Basora
3f1c9aa7d3
Merge pull request #7 from mimadrid/add_thumbs-key
Add thumbs-key option
2019-05-03 00:11:33 +02:00
Miguel Madrid Mencía
a6d964a005
Add thumbs-key option 2019-05-02 22:23:27 +02:00
Ferran Basora
b6d0a3d530 Format code 2019-05-02 17:04:53 +00:00
Ferran Basora
7fd8709c64 Bump version 2019-05-02 16:37:40 +00:00
Ferran Basora
37b76230a4 Bump version 2019-05-02 16:26:36 +00:00
Ferran Basora
b900325319 Fix path pattern, again 2019-05-02 16:26:02 +00:00
Ferran Basora
e1f50601e1 Format code 2019-05-01 21:06:55 +00:00
Ferran Basora
080bc33c62 Add support for markdown urls 2019-05-01 21:04:47 +00:00
Ferran Basora
84ae7d3f4d Fix conflict between path and url 2019-05-01 20:36:57 +00:00
Ferran Basora
cc831fd10f Register matched pattern 2019-05-01 20:36:40 +00:00
Ferran Basora
8491dd0e14 More reliable tests 2019-05-01 19:29:13 +00:00
Ferran Basora
7bc0310762 Fix multi regexp 2019-03-28 13:02:15 +00:00
Ferran Basora
9b1a759756 lock message 2019-03-28 12:48:43 +00:00
Ferran Basora
fc9614f17c Update README 2019-03-27 23:54:55 +00:00
Ferran Basora
697eb54f55 Bump lock 2019-03-27 23:50:25 +00:00
Ferran Basora
3cdbaaf053 Bump version 0.2.3 2019-03-27 23:47:14 +00:00
Ferran Basora
eeb0c87610 Update dependencies 2019-03-27 23:46:32 +00:00
Ferran Basora
14e8fa26e4 Configurable tmux options 2019-03-24 12:34:13 +00:00
Ferran Basora
91cd2cc3d3 Avoid : in paths 2019-03-20 18:22:22 +00:00
Ferran Basora
06560e3328
Merge pull request #4 from fcsonline/feature/rustfmt
Format rules with rustfmt
2019-03-17 21:29:19 +01:00
Ferran Basora
64f1473551 Format rules with rustfmt 2019-03-17 20:16:55 +00:00