lotabout.skim/shell
LoricAndre d7b799b9e6
Some checks are pending
Pull request update / autoupdate (push) Waiting to run
Release PR / prepare (push) Waiting to run
Release PR / update-pr (push) Blocked by required conditions
Release PR / tag (push) Waiting to run
fix: make min-height work again (#1168)
* fix: make min-height work again

* fix: revert to String and add integration tests

* chore: misc warnings

* fix: windows tests

* fix: ci public api fails because of incompatible deps version between HEAD and release
2026-09-04 00:04:26 +02:00
..
completion.bash feat: add --hide-nth to hide fields from display but keep them searchable (#1122) 2026-07-18 13:13:43 +00:00
completion.fish fix: make min-height work again (#1168) 2026-09-04 00:04:26 +02:00
completion.nu fix: make min-height work again (#1168) 2026-09-04 00:04:26 +02:00
completion.zsh fix: make min-height work again (#1168) 2026-09-04 00:04:26 +02:00
key-bindings.bash fix: ignore missing files for ssh completion (closes #1054) 2026-04-14 11:52:23 +02:00
key-bindings.fish feat: add multiline item rendering (#999) 2026-03-30 13:57:09 +02:00
key-bindings.zsh fix: do not feed items through a fifo in zsh completions (#1164) 2026-08-21 22:14:19 +02:00
LICENSE add shell bindings (copied from fzf and modified) 2017-09-18 14:51:36 +08:00
README.md Fix typo 2020-01-08 18:51:20 +09:00
version.txt release: v5.6.6 (#1163) 2026-08-22 17:21:53 +02:00

This directory contains the shell bindings for skim.

Note that the content in this directory is copied from fzf and modified to fit skim.

The scripts in this directory will not be maintained by skim.

But you are welcome to submit PR for update the scripts to the fzf's latest scripts. Thanks!