Commit graph

1421 commits

Author SHA1 Message Date
Loric ANDRE 8cf06ab256 release: v1.7.2 2026-01-25 19:34:24 +01:00
Loric ANDRE 94c4bd51fe fix: correct cursor position when using reverse and border (closes #928) 2026-01-25 19:25:42 +01:00
Loric ANDRE 9ab5c7356a release: v1.7.1 2026-01-25 11:37:57 +01:00
Loric ANDRE d1494779ec fix: y cursor pos in reverse mode (closes #931) 2026-01-25 11:24:56 +01:00
Loric ANDRE c0f8cd4318 release: v1.7.0 2026-01-25 10:50:17 +01:00
Loric ANDRE 7ff7b01031 fix: correctly compute character width for cursor display (closes #929) 2026-01-25 10:41:57 +01:00
LoricAndre ec0658a9d4
feat: add borders to all widgets (#930) 2026-01-25 10:36:28 +01:00
Loric ANDRE a6613e4559 fix: re-enable query/cmd-query distinction and switching 2026-01-24 16:47:55 +01:00
Loric ANDRE bc9d159e30 fix: revert case-insensitive action_chain 2026-01-24 15:57:46 +01:00
Loric ANDRE c5a95a3845 fix: replace {n} with an empty string when no item is selected 2026-01-24 15:52:34 +01:00
Loric ANDRE 4e98ce34b3 fix: interrupt the reader thread when stopping 2026-01-24 15:52:02 +01:00
Loric ANDRE 6f548ae252 fix: fix printf sometimes replacing recursively 2026-01-24 14:22:31 +01:00
Loric ANDRE 505c5deae7 fix: correctly toggle prompt on ToggleInteractive (closes #925) 2026-01-24 11:06:00 +01:00
Loric ANDRE f4264c7cbe fix: correctly display all header lines 2026-01-24 10:24:50 +01:00
Loric ANDRE c2ab623851 fix: correctly merge base styles 2026-01-24 10:19:14 +01:00
Loric ANDRE 856c65bfc8 chore: cleanup changelog [skip ci] 2026-01-24 09:23:06 +01:00
Loric ANDRE d55c9b0487 release: v1.6.0 2026-01-23 19:30:56 +01:00
LoricAndre 1536eb9657
feat: add --remote flag to call remote (--listen) instances (#915)
* feat: add `--remote` flag to call remote (`--listen`) instances

* chore: generate completions & manpage

* docs: update docs

---------

Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-23 18:19:43 +00:00
Loric ANDRE 47e547a9ad tests: remove insta_ prefixes after finalizing tests migration 2026-01-23 17:58:05 +01:00
Loric ANDRE eef3e8dd28 fix: make no-sort work again 2026-01-23 17:48:51 +01:00
Loric ANDRE 653a3eb6b7 release: v1.5.4 2026-01-23 16:38:29 +01:00
Loric ANDRE 76812361b2 fix: translate frizbee's byte indices into char indices 2026-01-23 15:35:39 +01:00
Loric ANDRE 870267bda6 docs: customize man page 2026-01-23 14:44:26 +01:00
Loric ANDRE 96a4c69646 fix: correctly merge styles & do not reset them by default (#918) 2026-01-23 11:50:44 +01:00
Loric ANDRE 2cfd33ccc9 fix: remove unnecessary clone in printf 2026-01-22 21:54:41 +01:00
Loric ANDRE 16ef0f4a27 fix: do not override {} with {q} in interactive mode 2026-01-22 21:34:40 +01:00
Loric ANDRE 1c538e36b5 release: v1.5.3 2026-01-22 17:56:05 +01:00
Mathieu Lemay 554896db64
fix: Escape last ; in env var value before passing to tmux (#912)
* fix: Escape last ; in env var value before passing to tmux

* Use shell_quote for more robust quoting

* Use Sh quoting always

* Revert to original escaping, add test

---------

Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
2026-01-22 16:49:18 +00:00
Loric ANDRE ebab1d70c4 fix: quote expanded items independently (#910) 2026-01-22 17:08:40 +01:00
Loric ANDRE 432a692e68 release: v1.5.2 2026-01-22 14:57:02 +01:00
Loric ANDRE 1b02d824c1 fix: strip ansi from expanded items (#910) 2026-01-22 14:39:42 +01:00
Loric ANDRE efb2ea8be5 fix: ignore {+} expressions when splitting action chains (closes #910) 2026-01-22 13:49:50 +01:00
Loric ANDRE c8acb4b976 release: v1.5.1 2026-01-22 12:45:37 +01:00
LoricAndre 3c5b2d4209
fix: correctly expand {+} to current when no items are selected (cl… (#913)
* fix: correctly expand `{+}` to current when no items are selected (closes #910)

* chore: generate completions & manpage

* test: add printf_plus unit tests

---------

Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-22 11:28:58 +00:00
Loric ANDRE ba50acd7f6 release: v1.5.0 2026-01-22 11:52:31 +01:00
Loric ANDRE 662e92f835 fix: make case option work with non-ascii input (closes #454) 2026-01-22 00:12:18 +01:00
LoricAndre 79672e348f
feat: add set-query action to update the input (closes #657) (#907)
* feat: add `set-query` action to update the input (closes #657)

* chore: generate completions & manpage

* test: add set_query tests

---------

Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-21 22:42:26 +00:00
Loric ANDRE 773293974e chore: fix tests link in PR template [skip ci] 2026-01-21 23:34:31 +01:00
Loric ANDRE c5f2a3bdc9 release: v1.4.0 2026-01-21 18:38:33 +01:00
LoricAndre 1ee19d3caa
feat: split-match (#906)
* wip: split-match

* chore: generate completions & manpage

* chore: use engine factory for split match

* chore: generate completions & manpage

* docs: update README.md with new option [skip ci]

---------

Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-21 18:35:30 +01:00
Loric ANDRE 1af0f643cb docs: reflect need for nightly rust in install section [skip ci] 2026-01-21 18:24:30 +01:00
Loric ANDRE d78ab85e41 release: v1.3.2 2026-01-21 16:57:41 +01:00
LoricAndre 0792967ea6
docs: add details to interactive mode in manpage (closes #805) (#816)
* docs: add details to interactive mode in manpage (closes #805)

* chore: generate completions & manpage

* docs: precise what happens when c and i are used separately

* chore: generate completions & manpage

* docs: add MODES section

* chore: generate completions & manpage

* chore: generate completions & manpage

---------

Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
2026-01-21 16:49:22 +01:00
Loric ANDRE 3b145cce7f fix: better spinner debounce behavior to avoid flickering (closes #904) 2026-01-21 16:48:12 +01:00
LoricAndre d7b61e34cb
docs: update README install section 2026-01-21 16:27:08 +01:00
LoricAndre 6d0c310bea
test: use insta for applicable integration tests, making them cross-p… (#903)
* test: use insta for applicable integration tests, making them cross-platform

* fix: remove @cmd from insta tests

* fix: remove @cmd from insta tests

* fix: use printf instead of echo
2026-01-21 15:41:20 +01:00
Loric ANDRE 2b5a6ac66f release: v1.3.1 2026-01-21 09:23:04 +01:00
Loric ANDRE 6848e5afb6 fix: allow layout to override reverse (closes #901) 2026-01-21 09:15:47 +01:00
Loric ANDRE 6fb14848fe chore: optimized release builds 2026-01-20 21:18:47 +01:00
Loric ANDRE 66b12e7d43 test: more reproducible and more precise bench [skip ci] 2026-01-20 19:52:20 +01:00