GNU bug report logs -
#71328
[PATCH] gnu: add fzf-tab
Previous Next
Reported by: Trevor Arjeski <tmarjeski <at> gmail.com>
Date: Mon, 3 Jun 2024 03:25:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71328 in the body.
You can then email your comments to 71328 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71328
; Package
guix-patches
.
(Mon, 03 Jun 2024 03:25:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Trevor Arjeski <tmarjeski <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 03 Jun 2024 03:25:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
fzf-tab is a zsh plugin that replaces the default autocompletion with fzf so
that you can use fuzzy finding and multi-selection.
Change-Id: I821eb28c9ac12e8d6449ce7bc389538d260d6091
---
gnu/packages/shellutils.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index be8d9bdc25..80ce5df719 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -912,3 +912,30 @@ (define-public liquidprompt
\"source \" liquidprompt \"/share/liquidprompt/themes/powerline/powerline.theme\"))))))
@end example\n")
(license license:agpl3+)))
+
+(define-public fzf-tab
+ (package
+ (name "fzf-tab")
+ (version "1.1.2")
+ (home-page "https://github.com/Aloxaf/fzf-tab")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Aloxaf/fzf-tab.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "061jjpgghn8d5q2m2cd2qdjwbz38qrcarldj16xvxbid4c137zs2"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan '(("lib" "/share/zsh/plugins/fzf-tab/")
+ ("modules" "/share/zsh/plugins/fzf-tab/")
+ ("fzf-tab.plugin.zsh" "/share/zsh/plugins/fzf-tab/")
+ ("fzf-tab.zsh" "/share/zsh/plugins/fzf-tab/")
+ ("README.md" "/share/doc/fzf-tab/"))))
+ (synopsis "Replace zsh's default completion menu with fzf.")
+ (description
+ "Replaces zsh's default completion menu with fzf, enabling fuzzy finding
+and multi-selection.")
+ (license license:expat)))
base-commit: fa7906d64881ee12e0c418136b44c73766e3d169
--
2.41.0
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Sat, 29 Jun 2024 09:59:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Trevor Arjeski <tmarjeski <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 29 Jun 2024 09:59:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 71328-done <at> debbugs.gnu.org (full text, mbox):
Hello,
I have just pushed the commit with tiny changes to the commit message,
the synopsis and the description.
Thanks!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 27 Jul 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.