Release Notes
This release adds a new --split-match [delimiter, defaulting to ':'].
When set, with items like file_name:line, this will match .rs:use to all rust source files (or more generally file names matching .rs) matching use.
This is compatible with the current features, so .rs:use | .rs:mod will match both use and mod against lines in files whose names match .rs.
This is especially useful when combined to rg (rg | sk --split-match):
Hint: combine it with --exact to get exact match on both sides of the delimiter.
🚀 Features
- Split-match (#906)
📚 Documentation
- Reflect need for nightly rust in install section [skip ci]
Install skim 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v1.4.0/skim-installer.sh | shDownload skim 1.4.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 |