Skip to content

fzf

A command-line fuzzy finder in Go

fzf is a general-purpose command-line fuzzy finder. It’s an interactive filter program for any kind of list; files, command history, processes, hostnames, bookmarks, git commits, etc. With its novel “fuzzy” matching algorithm, you can quickly type in patterns with omitted characters and still get the results you want.

terminal

https://junegunn.github.io/fzf/

amd64 arm64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install fzf

sudo apt install fzf

Snippets

FROM wakemeops/minideb:bookworm

RUN install_packages \
    fzf=0.73.1*

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

Download URLs

Version SHA256 Size (KB)
0.73.1 09f5e2d64d2f01934467ba3bb61d74bd1d9b1478f7aa6f9d127b4a5d88e7c561 1519
0.73.0 8dae2eb9dd12da790f32d6c6eb336dd23d2f94361aaf63eec9c9883951902ade 1440
0.72.0 297bed4a13c796008854c9383f319e70614370822a37f5b012eb7ecade30765d 1429
0.71.0 44ae4eecd657717ca6611bf90f4fba1aac728f71e5e9885ee5409d756af71639 1422
0.70.0 e1070a879c56efb010a0d18bb9ed583f1c9013b256deee6373ccb80175102c92 1416
0.68.0 78d014e12ff6ae310c1da6b61b3f30c50077d5535bbd659c6efef868eddf0df1 1405
0.67.0 effd51aec06f3f2e1517c27f28289b88bae00f4c9930d2e14c80adbc9028f11e 1395
0.66.1 613727a1bdd01e5c06adba9bede5048f14fc1e8d5b87c2df12ecdeceaa8deebb 1393
0.66.0 9f8690eccea972452e989ade5cdbc7d101fe84486f7013fe50795b8d34cdfeab 1392
0.65.2 ec50beaaa0f74d33b89cc391eebb813e18efdff58425d55fac14da1cd4fd1320 1266
Version SHA256 Size (KB)
0.73.1 84605d347cc5e4adaf6d9d17cdc8f0121d2850894374e910cccfd4a1be3e6317 1301
0.73.0 a53373a022acdae7f5ca9114377d4f10d58777b3548233ff5fcaaabeceb32c10 1248
0.72.0 cf508388fd81858855f91da300f9f68c878fa95979d14da630f33b7c6c474bee 1237
0.71.0 8068a06eb94661f49e7e4010e3024e9a752ab9dae58d807030cde854c3263c34 1231
0.70.0 e6fa2b7bb2931d6f4098da8fe7d14380a62e953250cf9a95ad2aa2c97802df23 1227
0.68.0 2ab946df4816398ad5fd479c8d71092d9c890964713aa89e2f72860dbfc84d82 1220
0.67.0 f45c524f6725166e33fd898f4d0cdeeb4348b2c65869ae3160816183569d4af4 1208
0.66.1 61ec5d5c30e15cd62b72bcce2ea06a0d589ea85c2b96d8bd22ad2105dfa98b9f 1206
0.66.0 328c993d9e42b6f5dd2d8ea881f7f0c7e79b9586cc7d3706097e288eb2a47d9b 1205
0.65.2 6e7a66b6084e3e04e1e9ac7fba965022456f687aa4b0ea60a1e1336bac0099af 1096

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for fzf are versioned here.

Click here to see fzf ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/fzf/ops2deb.yml
name: fzf
matrix:
  architectures:
    - amd64
    - arm64
  versions:
    - 0.57.0
    - 0.58.0
    - 0.59.0
    - 0.60.0
    - 0.60.3
    - 0.61.0
    - 0.61.1
    - 0.61.3
    - 0.62.0
    - 0.63.0
    - 0.64.0
    - 0.65.0
    - 0.65.1
    - 0.65.2
    - 0.66.0
    - 0.66.1
    - 0.67.0
    - 0.68.0
    - 0.70.0
    - 0.71.0
    - 0.72.0
    - 0.73.0
    - 0.73.1
homepage: https://junegunn.github.io/fzf/
summary: A command-line fuzzy finder in Go
description: |-
  fzf is a general-purpose command-line fuzzy finder.
  It’s an interactive filter program for any kind of list; files, command
  history, processes, hostnames, bookmarks, git commits, etc.
  With its novel “fuzzy” matching algorithm, you can quickly type in patterns
  with omitted characters and still get the results you want.
fetch: https://github.com/junegunn/fzf/releases/download/v{{version}}/fzf-{{version}}-linux_{{arch}}.tar.gz
install:
  - fzf:/usr/bin/

The blueprint fetch keyword contains a URL template pointing to fzf releases. Downloaded files are locked in a lockfile versioned here.

Click here to see fzf release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/fzf/ops2deb.lock.yml
- url: https://github.com/junegunn/fzf/releases/download/v0.57.0/fzf-0.57.0-linux_amd64.tar.gz
  sha256: a3c087a5f40e8bb4d9bfb26faffa094643df111a469646bef53154a54af9ff92
  timestamp: 2024-12-22 12:56:33+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.57.0/fzf-0.57.0-linux_arm64.tar.gz
  sha256: e0b3fd1bb769997907d373b0511401801cd643ce939d26ad42e9fe2836bed625
  timestamp: 2024-12-22 12:56:33+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.58.0/fzf-0.58.0-linux_amd64.tar.gz
  sha256: 9b9a8ca8d45a041586323b355f613b94e3301dc6214a43adccfae225a783f0bc
  timestamp: 2025-01-28 09:07:23+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.58.0/fzf-0.58.0-linux_arm64.tar.gz
  sha256: a5394047156d09ba6fec7549b45fc7478a5527a799b4ec52e64950e762597eb3
  timestamp: 2025-01-28 09:07:23+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.59.0/fzf-0.59.0-linux_amd64.tar.gz
  sha256: 4957db97bb8d3af947745d8f0309572bd7867666de30367e9422d55761ad076a
  timestamp: 2025-02-02 15:06:23+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.59.0/fzf-0.59.0-linux_arm64.tar.gz
  sha256: 496fe77565d9008a684fff6ca9f23a48b41e674e8134e5f6cddee8e2cad129a9
  timestamp: 2025-02-02 15:06:23+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.60.0/fzf-0.60.0-linux_amd64.tar.gz
  sha256: c7af0376077054767ed88637f72cab78c563e2b44c4e0101ebfd84fffdbcd339
  timestamp: 2025-02-12 18:08:26+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.60.0/fzf-0.60.0-linux_arm64.tar.gz
  sha256: d96556ba5e2b6595380aeff0f218f243dbde56750c26693fe23e54111e6ba624
  timestamp: 2025-02-12 18:08:26+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.60.3/fzf-0.60.3-linux_amd64.tar.gz
  sha256: 2937a4f10b0f80e0c974d9459df3bc049b068a97212b0d253c36c9da5920b521
  timestamp: 2025-03-13 09:08:24+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.60.3/fzf-0.60.3-linux_arm64.tar.gz
  sha256: 13df4d556992938a4beb340ac3b17c51c77e46db978d3071429eb77a94c581c1
  timestamp: 2025-03-13 09:08:24+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.61.0/fzf-0.61.0-linux_amd64.tar.gz
  sha256: 69767835a69f0eaef03d4ea4117b32197382ebb59cae358ea22f08b46c33fa50
  timestamp: 2025-04-02 21:25:10+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.61.0/fzf-0.61.0-linux_arm64.tar.gz
  sha256: 760f4f62c30af0f722430af099c40af191b3fe5a55b8f850926dac406f6bf9fe
  timestamp: 2025-04-02 21:25:10+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.61.1/fzf-0.61.1-linux_amd64.tar.gz
  sha256: f728b94bbbf7008602581fc07ea00de5dccf55a2cb2bf9fd9a35f1071b3b9f6c
  timestamp: 2025-04-16 15:08:51+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.61.1/fzf-0.61.1-linux_arm64.tar.gz
  sha256: 25f6295f718b572ac2ff7de1ffa9e39e619f4f9587386d85bf5b647f0b98fd6b
  timestamp: 2025-04-16 15:08:51+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.61.3/fzf-0.61.3-linux_amd64.tar.gz
  sha256: 6a4f4b211b6b8944c7320f66db468d731888aa86b19d5b0ccdf28fa0d0e06e47
  timestamp: 2025-04-29 18:10:09+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.61.3/fzf-0.61.3-linux_arm64.tar.gz
  sha256: 0a15108bbf20f563e620cb7527515b7db6fcf6ecfec2a2540a58585b9f02c3c6
  timestamp: 2025-04-29 18:10:09+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.62.0/fzf-0.62.0-linux_amd64.tar.gz
  sha256: 64b56dd484a2317d5f04c28ac0791b36807f034adb419209ad39fb6637255794
  timestamp: 2025-05-04 12:10:37+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.62.0/fzf-0.62.0-linux_arm64.tar.gz
  sha256: 929fd132705d02f222a52e23c076018ef3e699793dd5e8c3183bb11ed9b7696e
  timestamp: 2025-05-04 12:10:37+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.63.0/fzf-0.63.0-linux_amd64.tar.gz
  sha256: 36e60fe51fed2f72954b39b9ce1e7ea72c1dc79bc99f4a3c2a7b98bb1a2b49bb
  timestamp: 2025-06-27 18:09:40+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.63.0/fzf-0.63.0-linux_arm64.tar.gz
  sha256: bb5dafdd566e2bcea4fe7d8ba8d97cad15d733c6d05fc04e7b6da8126a0a2f82
  timestamp: 2025-06-27 18:09:40+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.64.0/fzf-0.64.0-linux_amd64.tar.gz
  sha256: e61bdbb4356ee243d2247c2e0bf990b23eb8b8346557d0f496898c61bc835880
  timestamp: 2025-07-06 15:06:40+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.64.0/fzf-0.64.0-linux_arm64.tar.gz
  sha256: 19ec0c63a0612dbf2b2b2bf3d9b76b40e65b79a8475e7566d2c8569eb5254149
  timestamp: 2025-07-06 15:06:40+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.65.0/fzf-0.65.0-linux_amd64.tar.gz
  sha256: eeb492ae609e437a648bec0d0b09647d97c648bfd910b95987ffa64577a5a665
  timestamp: 2025-07-27 06:03:12+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.65.0/fzf-0.65.0-linux_arm64.tar.gz
  sha256: 10fa2aa653fe031fbcb008a7737ba4c2d5f519bb8a2702726b13696d959a7891
  timestamp: 2025-07-27 06:03:12+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.65.1/fzf-0.65.1-linux_amd64.tar.gz
  sha256: b1ee29f7dac89c6dc501300d930580fdee93f42317e16aae656cfaedbd09f2a4
  timestamp: 2025-08-03 06:03:14+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.65.1/fzf-0.65.1-linux_arm64.tar.gz
  sha256: 218bbc9ff8bca05d3d6f562e946dbbaf87bb6a6c48e8d65fba6568ad0ee87d6e
  timestamp: 2025-08-03 06:03:14+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.65.2/fzf-0.65.2-linux_amd64.tar.gz
  sha256: 5eb8efc0e94aa559f84ea83eeba99bea7dce818e63f92b4b62e60663220f1c14
  timestamp: 2025-08-31 18:02:33+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.65.2/fzf-0.65.2-linux_arm64.tar.gz
  sha256: 097347160595bf03a426d2abe0a17e14ca060540ddfc0ea45c0a9be62bb29a2b
  timestamp: 2025-08-31 18:02:33+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.66.0/fzf-0.66.0-linux_amd64.tar.gz
  sha256: 362d5f92187560a87338b427dbe573d1e1bf8b4fb4bab1f44aca6a8f7fe8070f
  timestamp: 2025-10-12 18:03:03+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.66.0/fzf-0.66.0-linux_arm64.tar.gz
  sha256: e0ebb2e4d2549cc4c693d80cb6cd16467652ab2385b2ebbb5cbaee3b63fd2904
  timestamp: 2025-10-12 18:03:03+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.66.1/fzf-0.66.1-linux_amd64.tar.gz
  sha256: eca8d793061283122d79ff81baf996535c0bfbf7058253142aaf2578e56943ef
  timestamp: 2025-10-26 12:03:20+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.66.1/fzf-0.66.1-linux_arm64.tar.gz
  sha256: b099ee8468d91d12c0feef1801409d441d0e0cd44ec47e0c265952aa14e4fc0f
  timestamp: 2025-10-26 12:03:20+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.67.0/fzf-0.67.0-linux_amd64.tar.gz
  sha256: 4be08018ca37b32518c608741933ea335a406de3558242b60619e98f25be2be1
  timestamp: 2025-11-16 12:03:19+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.67.0/fzf-0.67.0-linux_arm64.tar.gz
  sha256: 7071f48c2ac0f2bc992d6d33cc36fd675a579a98cc976dda699eea07dd5e9c58
  timestamp: 2025-11-16 12:03:19+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.68.0/fzf-0.68.0-linux_amd64.tar.gz
  sha256: 545004a69eb65bb9adf32000971105ac21aea54bbecb618c55414d21b823fe95
  timestamp: 2026-02-20 06:16:18+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.68.0/fzf-0.68.0-linux_arm64.tar.gz
  sha256: dad9cc3b617305d504dbbf8812c4c9970a6dc7efdce9b5eacbd130d1f1dbc05d
  timestamp: 2026-02-20 06:16:18+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.70.0/fzf-0.70.0-linux_amd64.tar.gz
  sha256: 8fd0e0b93bdf64ba90081ffb6658d77ea5a024c122b36852b1de30f9d2733754
  timestamp: 2026-03-02 12:07:27+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.70.0/fzf-0.70.0-linux_arm64.tar.gz
  sha256: 90a07a13b61f56dd59ccfd0f0bf05070e9cec067713d313fa2607aab2dc0e422
  timestamp: 2026-03-02 12:07:27+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.71.0/fzf-0.71.0-linux_amd64.tar.gz
  sha256: 22639bb38489dbca8acef57850cbb50231ab714d0e8e855ac52fae8b41233df4
  timestamp: 2026-04-24 06:37:36+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.71.0/fzf-0.71.0-linux_arm64.tar.gz
  sha256: 98b7d322efae9c37e4bfbbab1cbcd8722eb742d9399511f96375feb40cc35d1d
  timestamp: 2026-04-24 06:37:36+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.72.0/fzf-0.72.0-linux_amd64.tar.gz
  sha256: 0e58e4bd0b3c5d68c56b54c460a6863d0de79633ed18d388575a960ab447b006
  timestamp: 2026-04-26 12:11:45+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.72.0/fzf-0.72.0-linux_arm64.tar.gz
  sha256: a0a5b50730f568c5f08b8dbba1e6e598db253e1856d371290086786b889b996b
  timestamp: 2026-04-26 12:11:45+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.73.0/fzf-0.73.0-linux_amd64.tar.gz
  sha256: f0e7068285b63163af5276d134b9bc7c37fbbf3a49441fca64ae2df424c2ff8d
  timestamp: 2026-05-23 18:18:09+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.73.0/fzf-0.73.0-linux_arm64.tar.gz
  sha256: ffec94e3b8cad3b8fc803056c87c90dd4ee8c94d5dfd6b59fb0054d5ad945314
  timestamp: 2026-05-23 18:18:09+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.73.1/fzf-0.73.1-linux_amd64.tar.gz
  sha256: f3252c2c366bc1700d3c85781ec8c9695998927ac127870eb049ceea2d540f8a
  timestamp: 2026-05-25 07:28:05+00:00
- url: https://github.com/junegunn/fzf/releases/download/v0.73.1/fzf-0.73.1-linux_arm64.tar.gz
  sha256: a408b0b6c08d486307b8f1554f967b8b50ee1b3ea8b4035e3161bab31fdfc28d
  timestamp: 2026-05-25 07:28:05+00:00

Badge

WakeMeOps

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