github skim-rs/skim v1.0.0-pre1
Version 1.0.0-pre1

pre-release12 hours ago

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

Don't miss a new skim release

NewReleases is sending notifications on new releases.