television 0.14.5

A very fast, portable and hackable fuzzy finder for the terminal
Documentation
1
2
3
4
5
6
7
8
9
10
(import (
  let
    rev = "v1.1.0";
    sha256 = "sha256:19d2z6xsvpxm184m41qrpi1bplilwipgnzv9jy17fgw421785q1m";
  in
  fetchTarball {
    inherit sha256;
    url = "https://github.com/NixOS/flake-compat/archive/${rev}.tar.gz";
  }
) { src = ./.; }).shellNix