From 03388e26ffaea9dfd125da46d7f9c0e9de5c858c Mon Sep 17 00:00:00 2001 From: Alex Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:10:14 +0100 Subject: [PATCH] docs: add `television` to the README projects --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 8da6f28d..acca3eb4 100644 --- a/Readme.md +++ b/Readme.md @@ -236,6 +236,7 @@ Below is a list of projects using Syntect, in approximate order by how long they - [mdcat](https://github.com/lunaryorn/mdcat), a console markdown printer, uses `syntect` for code blocks. - [Scribe](https://github.com/jmacdonald/scribe), a Rust text editor framework which uses `syntect` for highlighting. - [syntect_server](https://github.com/sourcegraph/syntect_server), an HTTP server for syntax highlighting. +- [Television](https://github.com/alexpasmantier/television), a fast and versatile fuzzy finder TUI. - [tokio-cassandra](https://github.com/nhellwig/tokio-cassandra), CQL shell in Rust, uses `syntect` for shell colouring. - [xi-editor](https://github.com/google/xi-editor), a text editor in Rust which uses `syntect` for highlighting. - [Zola](https://github.com/getzola/zola), a static site generator that uses `syntect` for highlighting code snippets.