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
--remoteflag 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 | shDownload 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 |