[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74495] [PATCH 05/15] gnu: Add go-github-com-sahilm-fuzzy.
From: |
Sharlatan Hellseher |
Subject: |
[bug#74495] [PATCH 05/15] gnu: Add go-github-com-sahilm-fuzzy. |
Date: |
Thu, 28 Nov 2024 23:48:59 +0000 |
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
* gnu/packages/golang-xyz.scm (go-github-com-sahilm-fuzzy): New variable.
Change-Id: Iebf4f8c3848e1e08b2860ac69a5a8d816ac260df
Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index fefc5c6a97..2ff995bb14 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6666,6 +6666,32 @@ (define-public go-github-com-ryanuber-columnize
"This package implements column-formatted output for Golang.")
(license license:expat)))
+(define-public go-github-com-sahilm-fuzzy
+ (package
+ (name "go-github-com-sahilm-fuzzy")
+ (version "0.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sahilm/fuzzy")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "15j95gm7hcmg09x1b39vc4il8bryv4v0yljvvyq5vyc6iq66qrbz"))))
+ (build-system go-build-system)
+ (native-inputs
+ (list go-github-com-kylelemons-godebug
+ go-github-com-kylelemons-godebug-pretty))
+ (arguments
+ (list #:import-path "github.com/sahilm/fuzzy"))
+ (home-page "https://github.com/sahilm/fuzzy")
+ (synopsis "Fuzzy string matching for Golang")
+ (description
+ "@code{fuzzy} provides fuzzy string matching optimized for filenames and
code
+symbols in the style of Sublime Text, VSCode, @code{IntelliJ} IDEA et al.")
+ (license license:expat)))
+
(define-public go-github-com-schollz-progressbar-v3
(package
(name "go-github-com-schollz-progressbar-v3")
--
2.46.0
- [bug#74495] [PATCH v2 16/16] gnu: Add go-github-com-noahgorstein-jqp., (continued)
- [bug#74495] [PATCH 00/16] gnu: Add go-github-com-noahgorstein-jqp., Artyom V. Poptsov, 2024/11/26
- [bug#74495] [PATCH 00/15] gnu: Add go-jqp., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 02/15] gnu: Add go-github-com-aymanbagabas-go-udiff., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 01/15] gnu: Add go-github-com-atotto-clipboard., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 03/15] gnu: Add go-github-com-makenowjust-heredoc., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 09/15] gnu: Add go-github-com-charmbracelet-lipgloss., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 13/15] gnu: gojq: Adjust import path., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 14/15] gnu: go-github-com-charmbracelet-bubbletea: Update to 1.2.3., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 05/15] gnu: Add go-github-com-sahilm-fuzzy.,
Sharlatan Hellseher <=
- [bug#74495] [PATCH 07/15] gnu: Add go-github-com-charmbracelet-x-exp-golden., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 10/15] gnu: Add go-github-com-charmbracelet-bubbles., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 15/15] gnu: Add go-jqp., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 04/15] gnu: Add go-github-com-kylelemons-godebug-pretty., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 08/15] gnu: Add go-github-com-charmbracelet-x-term., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 11/15] gnu: Add go-github-com-muesli-ansi., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 06/15] gnu: Add go-github-com-charmbracelet-x-ansi., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 12/15] gnu: go-github-com-itchyny-gojq: Install the library., Sharlatan Hellseher, 2024/11/28