skim
Fuzzy Finder in rust
Half of our life is spent on navigation: files, lines, commands... You need skim! It is a general fuzzy finder that saves you time.
https://github.com/lotabout/skim
armhf amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install skim
Snippets
Download URLs
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for skim are versioned here.
Click here to see skim ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/skim/ops2deb.yml
- name: skim
version: 0.9.4
revision: "2"
homepage: https://github.com/lotabout/skim
summary: fuzzy finder in rust
description: |-
Half of our life is spent on navigation: files, lines, commands...
You need skim! It is a general fuzzy finder that saves you time.
fetch: https://github.com/lotabout/skim/releases/download/v{{version}}/skim-v{{version}}-x86_64-unknown-linux-musl.tar.gz
script:
- mv sk {{src}}/usr/bin/
- name: skim
version: 0.9.4
revision: "2"
architecture: armhf
homepage: https://github.com/lotabout/skim
summary: fuzzy finder in rust
description: |-
Half of our life is spent on navigation: files, lines, commands...
You need skim! It is a general fuzzy finder that saves you time.
fetch: https://github.com/lotabout/skim/releases/download/v{{version}}/skim-v{{version}}-{{rust_target}}.tar.gz
script:
- mv sk {{src}}/usr/bin/
The blueprint fetch
keyword contains a URL template pointing to skim releases. Downloaded files are locked in a lockfile versioned here.
Click here to see skim release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/skim/ops2deb.lock.yml
- url: https://github.com/lotabout/skim/releases/download/v0.9.4/skim-v0.9.4-arm-unknown-linux-gnueabihf.tar.gz
sha256: 763907092fd5a0a3e02363efc5cef5d6d36fa9bd58387350aa477758d67ce4b0
timestamp: 2022-02-02 22:48:21+00:00
- url: https://github.com/lotabout/skim/releases/download/v0.9.4/skim-v0.9.4-x86_64-unknown-linux-musl.tar.gz
sha256: a73c94622d9aaab18f9a03a9bf7af0ca2f7059280ea3df24c09c1e7e0b359c32
timestamp: 2021-12-14 15:37:09+00:00