docs: add a credits section to the readme (#178)

This commit is contained in:
Alex Pasmantier 2024-12-30 01:14:59 +01:00 committed by GitHub
parent d8eac4da8a
commit c3d6b873d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.