Skip to content

Version 1.0.0-pre1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jan 10:39
c364c5f

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, use if-non-matched()+execute(...)
  • field expansion in execute and preview will no longer support arbitrary spaces, for instance { } will not get expanded as {}
  • interactive mode will not use stdin/skim default command when starting up.
  • expect bind 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 | sh

Download 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