Skip to content

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.

terminal

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

sudo apt install skim

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    skim=0.9.4*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      skim=0.9.4*

Download URLs

Version SHA256 Size (KB)
0.9.4 c096aabefcc420b7928c15c0663a561ccccedb3f6c27a44eb52c74a12da8547e 964
Version SHA256 Size (KB)
0.9.4 9885009bc07cd2f1cb48f4e31e758a6d47a4ab846e5424d5e7374d599f3d86c4 837

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

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/skim.svg)](https://docs.wakemeops.com/packages/skim)
<a href="https://docs.wakemeops.com/packages/skim">
  <img src="https://docs.wakemeops.com/badges/skim.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/skim.svg
:target: https://docs.wakemeops.com/packages/skim