github skim-rs/skim v1.5.0
1.5.0 - 2026-01-22

latest releases: v1.5.3, v1.5.2, v1.5.1...
14 hours ago

Release Notes

This release adds a new set-query(...) action that will replace the current input with the expanded argument. For example, sk --bind 'ctrl-a:set-query(foo {})' will replace the current input by foo bar if the cursor is currently on an item bar.

🚀 Features

  • Add set-query action to update the input (closes #657) (#907)

🐛 Bug Fixes

  • Make case option work with non-ascii input (closes #454)

⚙️ Miscellaneous Tasks

  • Fix tests link in PR template [skip ci]

Install skim 1.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v1.5.0/skim-installer.sh | sh

Download skim 1.5.0

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.