packages: fish-xyz: Add fish-fzf

pull/3/head
Luis Guilherme Coelho 2024-07-05 23:10:02 -03:00
parent ea2ecb1d6a
commit 175abb1273
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 24 additions and 0 deletions

View File

@ -32,6 +32,30 @@
for the Fish shell.")
(license license:expat)))
(define-public fish-fzf
(package
(name "fish-fzf")
(version "10.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/PatrickF1/fzf.fish")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1hqqppna8iwjnm8135qdjbd093583qd2kbq8pj507zpb1wn9ihjg"))))
(build-system copy-build-system)
(arguments
(list #:install-plan #~'(("completions" "share/")
("conf.d" "share/")
("functions" "share/"))))
(home-page "https://github.com/PatrickF1/fzf.fish")
(synopsis "Mnemonic key bindings for using fzf within the Fish shell.")
(description "This package aims to augment your Fish shell with mnemonic
key bindings to efficiently find what you need using fzf.")
(license license:expat)))
(define-public fish-bang-bang
(package
(name "fish-bang-bang")