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.