From c3d6b873d0f5a0ef25087dd09e725dfa4b7ad055 Mon Sep 17 00:00:00 2001 From: Alex Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:14:59 +0100 Subject: [PATCH] docs: add a credits section to the readme (#178) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5b939f8..b179cb8 100644 --- a/README.md +++ b/README.md @@ -167,3 +167,8 @@ Here is a list of terminal emulators that have currently been tested with `telev Contributions, issues and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) and [good first issues](https://github.com/alexpasmantier/television/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) for more information. + +## Credits +This project was inspired by the **awesome** work done by the [telescope](https://github.com/nvim-telescope/telescope.nvim) neovim plugin. + +It also leverages the great [helix](https://github.com/helix-editor/helix) editor's nucleo fuzzy matching library, the [tokio](https://github.com/tokio-rs/tokio) async runtime as well as the **formidable** [ratatui](https://github.com/ratatui/ratatui) library.