From d40a86daa281aaa16ef61017f3dad6d899105ed8 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Fri, 7 Feb 2025 23:06:53 +0100 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4e52b2..873a0e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
# 📺 television -**Blazing fast general purpose fuzzy finder TUI.** +**A cross-platform, fast and extensible general purpose fuzzy finder TUI.** ![docs.rs](https://img.shields.io/docsrs/television-channels) [![Crates.io](https://img.shields.io/crates/v/television.svg)](https://crates.io/crates/television) @@ -14,7 +14,7 @@
## About -`Television` is a fast and versatile fuzzy finder TUI. +`Television` is a cross-platform, fast and extensible fuzzy finder TUI. It lets you quickly search through any kind of data source (files, git repositories, environment variables, docker images, you name it) using a fuzzy matching algorithm and is designed to be easily extensible.