alexpasmantier/television

A very fast, portable and hackable fuzzy finder.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 10th, 2026
Created on September 15th, 2024
Open Issues & Pull Requests: 78 (+0)
GitHub issues: Enabled
Number of forks: 183
Total Stargazers: 6,260 (+0)
Total Subscribers: 14 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Television is a fuzzy finder built in Rust that prioritizes speed, portability, and extensibility through a hackable architecture.

Television solves the problem of quickly filtering and selecting from large datasets in the terminal. It uses fuzzy matching to let users search through results with partial, out-of-order character sequences, making it faster to navigate than typing exact matches. The tool is designed to integrate into command pipelines and shell workflows where rapid filtering is needed.

The project suits developers and terminal users who work frequently with command-line tools and want a responsive alternative to existing fuzzers. Its Rust implementation means it compiles to a single portable binary with no runtime dependencies, making deployment straightforward across different systems. The hackable design indicates the codebase is structured to allow customization and extension, appealing to users who want to adapt the tool to specific workflows rather than accept fixed behavior.

Development shows consistent activity with regular commits addressing both features and maintenance. The project maintains responsiveness to issues and pull requests, indicating active engagement with users. Work spans across core functionality improvements, bug fixes, and documentation updates, suggesting a balanced approach to both capability and usability.