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!
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(+)
Thank you for your contribution.
(In reply to Robert Clausecker from comment #3) You are welcome and thanks for reviewing.