github skim-rs/skim v1.6.0

11 hours ago

Release Notes

This release completes the work that was initiated when the --listen flag was added, by implementing its counterpart, --remote.
This allows us to bring skim's scripting capabilities to the next level.

Spawn a listening server: sk --listen
Then, you can send actions to it from a remote client with echo 'up' | sk --remote. This can also be used, for instance, in execute(...) binds to trigger advanced behaviors using shell scripts.

๐Ÿš€ Features

  • Add --remote flag to call remote (--listen) instances (#915)

๐Ÿ› Bug Fixes

  • Make no-sort work again

๐Ÿงช Testing

  • Remove insta_ prefixes after finalizing tests migration

Install skim 1.6.0

Install prebuilt binaries via shell script

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

Download skim 1.6.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.