Ferran Basora
1b553f636b
Bump version to 0.7.1
2022-02-01 22:24:01 +00:00
Ferran Basora
3b210d5631
Add a new flow to detect plugin updates
...
If you update the plugin with TPM, the `thumbs` binary can get out of
sync. So we need to check the version before proceed.
If there is a version mismatch, then we run a new install in "update"
mode.
2022-02-01 23:20:01 +01:00
Fran Casas
db2a8896c9
feat(install): installation from binary
...
If cargo exists, use it. Otherwise, if the combination of platform and
architecture has a precompiled binary, then use it.
Thanks @fcsonline for the help 🙇
2022-02-01 22:35:37 +01:00
Javi Merino
19f30d7b22
Fix installation bug in tag 0.7.0
...
bbf677fda3
("Improve the matrix of releases") included a fix to cope
with compiled and bundled installations. However, the check for the
.git/ repository is done from where tmux is launched, not where
tmux-thumbs is installed, so RELEASE_DIR is not properly set always.
This leads to tmux-thumbs always trying to install itself when installed
via tmux-plugin-manager.
2022-02-01 07:56:47 +01:00
Ferran Basora
bbf677fda3
Improve the matrix of releases
2022-01-31 08:02:59 +00:00
Ferran Basora
db2663d547
Update deps
2022-01-01 19:45:56 +01:00
Ferran Basora
add39f652a
Capture multiple groups in the same regexp
...
Adding the capability to capture multiple tokens in the same regexp.
Useful for diff summary pattern
2022-01-01 19:45:56 +01:00
Ferran Basora
a32499fadf
Improve the installation process
...
Many people are struggling with the installation process because is not
giving enough feedback.
This commit improves this.
2021-12-27 12:42:49 +01:00
Ferran Basora
8242c04d10
Match complete paths with slugs
...
Some `tmux-thumbs` users have asked to match paths with brackets on it,
because is a common pattern in NextJS or Remix.
Adding the test case and fixing the path regex.
2021-12-26 23:24:24 +01:00
Zeger Van de Vannet
b789d00523
Add release workflow with musl static build
2021-12-26 19:45:12 +01:00
Ferran Basora
2ea254d48e
Update test1
2021-11-10 11:58:28 +01:00
Ferran Basora
90b82c7d12
Bump version
2021-09-03 14:01:25 +00:00
Ferran Basora
43d185248d
Add a bit more of documentation about binding
2021-09-03 13:59:16 +00:00
verschmelzen
cf7495cd3b
Add thumbs-pick command
2021-09-02 19:20:30 +02:00
Ferran Basora
017b8c654d
Update README.md
2021-08-17 10:30:40 +02:00
Ferran Basora
4b93a045f1
Fix wrong coverage reference
2021-07-21 14:39:56 +00:00
Ferran Basora
e236967fcc
More deps
2021-07-21 14:37:01 +00:00
Ferran Basora
95685a46c7
Update deps
2021-07-21 14:34:04 +00:00
Ferran Basora
c1a5599913
Tweak README for badges and typos
2021-07-21 14:33:09 +00:00
Ferran Basora
54ab8d847a
Replace Travis by Github
2021-07-21 14:23:39 +00:00
Leoyzen
a8cf7490d1
add missing multi-command configuration of tmux mode
2021-07-20 12:28:37 +02:00
Ferran Basora
c76fd09386
Bump version to 0.6.0
2021-06-20 15:04:40 +00:00
Ferran Basora
159b9e409a
Hightlight partial typed text
2021-06-20 15:02:58 +00:00
Ferran Basora
7962baac56
Update deps
2021-06-20 13:53:59 +02:00
Ferran Basora
a403638d84
Improve multi selection mode
2021-06-20 13:53:59 +02:00
Linus Arver
f461267542
README: update guidance for thumbs-reverse and thumbs-unique
...
On tmux 3.2, setting these options as directed in the old instructions
results in an "empty value" error message.
2021-06-19 11:31:11 +02:00
Ferran Basora
14b6cd4ec5
Update documentation for ipv6
2021-04-07 15:47:30 +00:00
Rémi Prévost
cb8723a714
Fix two minor typos in README.md
2021-04-02 20:43:26 +02:00
Ferran Basora
3a0636454a
Avoid argument clashing with hints
2021-03-16 16:02:31 +00:00
Ferran Basora
403be0fd1d
Bump to version 0.5.1
2021-01-29 19:45:47 +00:00
Ferran Basora
a82e46d841
Propagate alphabet parameter
2021-01-29 17:53:22 +00:00
Federico Ciuffardi
027ded9339
fix hint position when using contrast=1 and position off_left
2021-01-19 10:41:14 +01:00
Ferran Basora
187cce81d2
Fix all problems with zoomed panes
2021-01-16 14:33:36 +01:00
Ferran Basora
e8e147c42e
Fix issue with dbg function
2021-01-16 14:33:36 +01:00
Barnabas
53fdaa341c
Mention hex color support in README
2020-12-31 19:16:32 +01:00
Barnabas
25d410497e
Add support for hex colors
2020-12-31 19:16:32 +01:00
Barnabas
b97519170b
get_color to Box<dyn color::Color> instead of heap-allocating a ref.
2020-12-31 19:16:32 +01:00
Ferran Basora
422eed9ecc
Fix issue with visible content in panes
2020-12-01 17:36:34 +00:00
Ferran Basora
580d9ebcf1
New dbg function
2020-12-01 17:36:08 +00:00
Ferran Basora
b0812d6b7b
Bump to 0.5.0
2020-11-30 20:50:56 +00:00
Ferran Basora
9255c86797
Fix multi selection
2020-11-30 20:49:04 +00:00
Ferran Basora
ee850b2282
Fix tests
2020-11-30 13:21:58 +00:00
Ferran Basora
c4ce368904
Check tmux version before pane zooming
2020-11-30 13:00:11 +00:00
Peter Bartyik
86f08f42eb
update test
2020-10-24 20:04:35 +02:00
Peter Bartyik
0a7fba3f4e
fix zoom after select
2020-10-24 20:04:35 +02:00
Peter Bartyik
7da1b8edad
keep zoom
2020-10-24 20:04:35 +02:00
Ferran Basora
fc6d5833a3
Add more UTF / Emoji samples
2020-09-07 16:35:44 +00:00
nilninull
d57e594737
Added support for wide characters such as cjk and emoji
2020-09-07 18:34:06 +02:00
Ferran Basora
9b677a67c6
Merge branch 'master' into fix-regexp
2020-09-04 20:35:17 +02:00
Ferran Basora
294da9073b
Fix typo
2020-09-04 16:18:12 +00:00