Commit Graph

243 Commits

Author SHA1 Message Date
Ferran Basora
9a04f63710 Update deps 2023-03-08 21:30:02 +00:00
Ferran Basora
b719e1fb46 Fix issue with really long lines 2023-03-08 21:17:45 +00:00
Ferran Basora
3aa1770b7a Update rust.yml 2023-01-17 22:52:02 +01:00
Ferran Basora
2dc167218f Support paths with $ symbols
It is quite common in some web frameworks (NextJS, Remix) to define
routes with `$` on them. Adding support for paths that represent those
routes.
2023-01-17 22:52:02 +01:00
Ferran Basora
760687263d Add some information in README.md 2022-07-29 07:31:24 +00:00
Ferran Basora
50b8cc844f Update deps 2022-06-25 14:39:19 +00:00
dependabot[bot]
7e46efbf77 Bump regex from 1.5.4 to 1.5.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 14:31:17 +02:00
Ferran Basora
0ebb9f0a9a Changing grep check for OpenBSD compatibility
The different implementations of `grep` that exist in Linux and OpenBSD
makes the tmux-thumbs script to crash. Changing the command to be
compatible.
2022-04-03 20:47:28 +02:00
Ferran Basora
0647051ed7 More info in issue template 2022-02-12 21:20:33 +01:00
Ferran Basora
a18ab2f499 Add one more Troubleshooting issue 2022-02-06 13:17:52 +00:00
Ferran Basora
b8a1e75fde Add workflow_dispatch trigger to release 2022-02-05 14:11:04 +00:00
Ferran Basora
13b5217354 Don't close the pane if the platform is not supported 2022-02-05 11:38:25 +00:00
Ferran Basora
b56e9f1099 Let the user choose the installation method 2022-02-04 07:54:12 +01:00
Ferran Basora
7e553af99f Add a Github Template for issues 2022-02-03 06:48:03 +00:00
Ferran Basora
3033226513
Update tmux-thumbs.sh
Fix an issue with current dir
2022-02-02 23:09:02 +01:00
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