diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-06-30 18:14:39 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-07-18 16:18:01 -0400 |
| commit | 3488068810307387117626066240761195266659 (patch) | |
| tree | 8307a7cd9b5ced9f249f8a349fa3dbb38aa2252c /docs | |
| parent | 6a496b01b3e8a85c8231c949a306933e7ad58bfc (diff) | |
Add fuzzy completion to the python console
Co-Authored-By: Rusty Wagner <rusty@vector35.com>
Co-Authored-By: Kyle Miles <kyle@vector35.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 58bf4d05..5edd31f9 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -68,6 +68,7 @@ The previous tools are used in the generation of our documentation, but are not - [cipher] ([cipher license] - APACHE 2.0 / MIT) - [clang] ([clang license] - APACHE 2.0) - [clang-sys] ([clang-sys license] - APACHE 2.0) + - [code_fuzzy_match] ([code_fuzzy_match license] - MIT) - [core-foundation-sys] ([core-foundation-sys license] - APACHE 2.0 / MIT) - [core-foundation] ([core-foundation license] - APACHE 2.0 / MIT) - [cpp_demangle] ([cpp_demangle license] - APACHE 2.0 / MIT) @@ -417,6 +418,7 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [clang license]: https://github.com/KyleMayes/clang-rs/blob/master/LICENSE.txt [clang-sys]: https://github.com/KyleMayes/clang-sys [clang-sys license]: https://github.com/KyleMayes/clang-sys/blob/master/LICENSE.txt +[code_fuzzy_match license]: https://github.com/D0ntPanic/code-fuzzy-match/blob/master/LICENSE [core-foundation-sys]: https://github.com/servo/core-foundation-rs [core-foundation-sys license]: https://github.com/servo/core-foundation-rs/blob/main/LICENSE-MIT [core-foundation]: https://github.com/servo/core-foundation-rs |
