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