{"id":16587507,"url":"https://github.com/alexpasmantier/television","last_synced_at":"2026-04-15T02:09:21.233Z","repository":{"id":257932939,"uuid":"857898245","full_name":"alexpasmantier/television","owner":"alexpasmantier","description":"A cross-platform, fast and extensible general purpose fuzzy finder TUI 📺","archived":false,"fork":false,"pushed_at":"2025-05-08T20:03:47.000Z","size":11208,"stargazers_count":2764,"open_issues_count":23,"forks_count":57,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-08T21:20:33.013Z","etag":null,"topics":["cli","command-line-tool","fuzzy","fuzzy-matching","fuzzy-search","grep","rust","terminal","tui"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/television","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexpasmantier.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-15T22:16:18.000Z","updated_at":"2025-05-08T20:03:51.000Z","dependencies_parsed_at":"2024-12-03T23:22:55.315Z","dependency_job_id":"090018a0-c8d3-43a8-9301-a8adb143d652","html_url":"https://github.com/alexpasmantier/television","commit_stats":null,"previous_names":["alexpasmantier/television"],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpasmantier%2Ftelevision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpasmantier%2Ftelevision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpasmantier%2Ftelevision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpasmantier%2Ftelevision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexpasmantier","download_url":"https://codeload.github.com/alexpasmantier/television/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253765068,"owners_count":21960669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","command-line-tool","fuzzy","fuzzy-matching","fuzzy-search","grep","rust","terminal","tui"],"created_at":"2024-10-11T22:54:23.420Z","updated_at":"2026-04-09T01:03:22.540Z","avatar_url":"https://github.com/alexpasmantier.png","language":"Rust","funding_links":[],"categories":["Files and Directories","Rust","Recently Updated","Applications","Table of Contents","\u003ca name=\"option-picker\"\u003e\u003c/a\u003eFuzzy finders and option pickers","Fuzzy Finding","Search","💻 Apps"],"sub_categories":["Search","[Who Wants to Be a Millionare](https://www.boardgamecapital.com/who-wants-to-be-a-millionaire-rules.htm)","Utilities","Terminal Utilities","🚀 Productivity and Utilities"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Television (tv)\n\n**A very fast, portable and hackable fuzzy finder.**\n\n![GitHub Release](https://img.shields.io/github/v/release/alexpasmantier/television?display_name=tag\u0026color=%23a6a)\n![docs.rs](https://img.shields.io/docsrs/television-channels)\n![GitHub branch check runs](https://img.shields.io/github/check-runs/alexpasmantier/television/main)\n![GitHub License](https://img.shields.io/github/license/alexpasmantier/television)\n[![Discord](https://img.shields.io/discord/1366133668535341116?logo=discord)](https://discord.gg/hQBrzsJgUg)\n\n\u003cimg width=\"1473\" height=\"761\" alt=\"image\" src=\"https://github.com/user-attachments/assets/0ff21160-6060-4804-ae0b-2ce9500ed9c5\" /\u003e\n\n\u003c/div\u003e\n\n## About\n\nTelevision is a fast, portable fuzzy finder for the terminal. It lets you search in real-time through any kind of data source such as files, text, git repositories, environment variables, docker containers, and more.\n\n**[Read the documentation](https://alexpasmantier.github.io/television/)**\n\n## Quick Start\n\n```sh\ntv              # Search files (default channel)\ntv text         # Search file contents\ntv git-repos    # Find git repositories\ntv --help       # See all options\n```\n\nFor a complete introduction, see the [Quickstart Guide](https://alexpasmantier.github.io/television/getting-started/quickstart).\n\n## Installation\n\n### Quick Install (Recommended)\n\n```sh\ncurl -fsSL https://alexpasmantier.github.io/television/install.sh | bash\n```\n\n### Package Managers\n\n| Platform | Command |\n|----------|---------|\n| **Arch Linux** | `pacman -S television` |\n| **Homebrew** | `brew install television` |\n| **Cargo** | `cargo install television` |\n| **Scoop** | `scoop bucket add extras \u0026\u0026 scoop install television` |\n| **WinGet** | `winget install --exact --id alexpasmantier.television` |\n| **Nix** | `nix run nixpkgs#television` |\n\nFor more installation options, see [Installation](https://alexpasmantier.github.io/television/getting-started/installation).\n\n## Custom Channels\n\nCreate custom channels for any workflow. Here's an example TLDR channel:\n\n```toml\n# ~/.config/television/cable/tldr.toml\n[metadata]\nname = \"tldr\"\ndescription = \"Browse TLDR pages\"\n\n[source]\ncommand = \"tldr --list\"\n\n[preview]\ncommand = \"tldr '{}'\"\n\n[keybindings]\nctrl-e = \"actions:open\"\n\n[actions.open]\ncommand = \"tldr '{}'\"\nmode = \"execute\"\n```\n\nLearn more about [creating channels](https://alexpasmantier.github.io/television/getting-started/first-channel).\n\n## Shell Integration\n\nEnable smart autocomplete (\u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eT\u003c/kbd\u003e) and history search (\u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eR\u003c/kbd\u003e):\n\n```sh\n# Zsh\necho 'eval \"$(tv init zsh)\"' \u003e\u003e ~/.zshrc\n\n# Bash\necho 'eval \"$(tv init bash)\"' \u003e\u003e ~/.bashrc\n```\n\nSee [Shell Integration](https://alexpasmantier.github.io/television/user-guide/shell-integration) for more shells.\n\n## Editor Integration\n\n- **Neovim**: [tv.nvim](https://github.com/alexpasmantier/tv.nvim)\n- **Vim**: [tv.vim](https://github.com/prabirshrestha/tv.vim)\n- **VSCode**: [Television extension](https://marketplace.visualstudio.com/items?itemName=alexpasmantier.television)\n- **Zed**: [Telescope-style setup](https://zed.dev/blog/hidden-gems-part-2#emulate-vims-telescope-via-television)\n\n## Documentation\n\n- [Getting Started](https://alexpasmantier.github.io/television/getting-started/quickstart)\n- [User Guide](https://alexpasmantier.github.io/television/user-guide/channels)\n- [Tips and Tricks](https://alexpasmantier.github.io/television/advanced/tips-and-tricks)\n- [Reference](https://alexpasmantier.github.io/television/reference/cli)\n\n## Credits\n\nInspired by [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim). Built with [nucleo](https://github.com/helix-editor/nucleo) (fuzzy matching), [tokio](https://github.com/tokio-rs/tokio) (async runtime), and [ratatui](https://github.com/ratatui/ratatui) (TUI framework).\n\nThanks to all contributors:\n\n\u003ca href=\"https://github.com/alexpasmantier/television/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=alexpasmantier/television\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpasmantier%2Ftelevision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexpasmantier%2Ftelevision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpasmantier%2Ftelevision/lists"}