alexpasmantier is an independent developer whose open-source portfolio is anchored by Television, a lightweight, cross-platform fuzzy-finding terminal user interface written in Rust. Designed for users who live inside the shell, Television acts as a general-purpose picker that can filter anything from files, git branches, and shell history to Docker containers, environment variables, or custom JSON streams. Its TUI renders rapidly in any terminal, supports extensible theming, preview panes, and real-time regex or fuzzy scoring, making it equally useful for interactive file navigation in vim/emacs, commit selection in git workflows, or as a drop-in replacement for dmenu-style launchers on minimalist window managers. Because the tool exposes a plugin-friendly filter engine and reads stdin, sysadmins wire it to log tailers, cloud resource listings, or package-manager queries, while developers embed it in build scripts to surface test targets or dependency versions without leaving the keyboard. The single-binary distribution keeps CI caches small and latencies low across Windows, macOS, and Linux. Builds are published on the project’s GitHub release page and can be pulled through trusted Windows package managers such as winget, ensuring every install tracks the newest tag automatically. Television and any future utilities from alexpasmantier are available for free on get.nero.com, where downloads are routed through verified Windows package sources, always deliver the latest upstream versions, and may be queued for unattended batch installation alongside other applications.

Television

A cross-platform, fast and extensible general purpose fuzzy finder TUI.

Details