Release Notes
This release marks the success of a (way too long) migration of skim's TUI backend to Ratatui. It brings its relatively small set of breaking changes with it.
Breaking changes
execute(...)will still run the command if no item is selected. To get the previous behavior back, useif-non-matched()+execute(...)- field expansion in
executeandpreviewwill no longer support arbitrary spaces, for instance{ }will not get expanded as{} - interactive mode will not use stdin/skim default command when starting up.
expectbind is deprecated- interactive mode will now expand like other commands, except that
{}will keep expanding to the current query.
Install skim 1.0.0-pre1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v1.0.0-pre1/skim-installer.sh | shDownload skim 1.0.0-pre1
| File | Platform | Checksum |
|---|---|---|
| skim-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| skim-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| skim-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| skim-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| skim-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |