Bug 284692 - [new port] textproc/television: Fast and extensible general purpose fuzzy finder TUI
Summary: [new port] textproc/television: Fast and extensible general purpose fuzzy fin...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-09 20:50 UTC by Yusuf Yaman
Modified: 2025-02-18 14:38 UTC (History)
2 users (show)

See Also:


Attachments
textproc/television.patch (56.20 KB, patch)
2025-02-09 20:51 UTC, Yusuf Yaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2025-02-09 20:50:48 UTC

    
Comment 1 Yusuf Yaman 2025-02-09 20:51:45 UTC
Created attachment 257363 [details]
textproc/television.patch

Television is a fast, fuzzy finder TUI inspired by the Neovim Telescope
plugin. It allows you to quickly search through various data sources like
files, git repositories, and environment variables using fuzzy matching.
It's designed to be extensible with custom channels and offers features
like syntax highlighting, shell integration, and theming.

WWW:	https://github.com/alexpasmantier/television

Poudriere tests do pass on amd64 14.2-R/latest.

Thanks in advance!
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-02-18 14:28:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85cd7e61937e116148a4bc4fd988636880c2ae18

commit 85cd7e61937e116148a4bc4fd988636880c2ae18
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-02-09 20:49:51 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-02-18 14:16:15 +0000

    textproc/television: New port: Fast and extensible general purpose fuzzy finder TUI

    Television is a fast, fuzzy finder TUI inspired by the Neovim Telescope
    plugin. It allows you to quickly search through various data sources like
    files, git repositories, and environment variables using fuzzy matching.
    It's designed to be extensible with custom channels and offers features
    like syntax highlighting, shell integration, and theming.

    WWW: https://github.com/alexpasmantier/television

    PR:     284692

 textproc/Makefile                         |   1 +
 textproc/television/Makefile (new)        |  20 ++
 textproc/television/Makefile.crates (new) | 287 +++++++++++++++
 textproc/television/distinfo (new)        | 577 ++++++++++++++++++++++++++++++
 textproc/television/pkg-descr (new)       |   5 +
 5 files changed, 890 insertions(+)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2025-02-18 14:37:32 UTC
Thank you for your contribution.
Comment 4 Yusuf Yaman 2025-02-18 14:38:35 UTC
(In reply to Robert Clausecker from comment #3)
You are welcome and thanks for reviewing.