diff --git a/docs/programming-languages/ocaml/ocaml-libraries.md b/docs/programming-languages/ocaml/ocaml-libraries.md index de0411ece7..299e06d035 100644 --- a/docs/programming-languages/ocaml/ocaml-libraries.md +++ b/docs/programming-languages/ocaml/ocaml-libraries.md @@ -270,6 +270,7 @@ title: OCaml libraries - [Lwt_eio](https://github.com/ocaml-multicore/lwt_eio) - Use Lwt libraries from within Eio. - [Kqueue](https://github.com/anuragsoni/kqueue-ml) - OCaml bindings to kqueue. - [Typegist](https://github.com/dbuenzli/typegist) - Reflect the essence of OCaml types as values. +- [CFG](https://github.com/mmottl/cfg) - OCaml library for manipulating context-free grammars. ## Links diff --git a/docs/programming-languages/python/python-libraries/python-libraries.md b/docs/programming-languages/python/python-libraries/python-libraries.md index e8a83f92c7..ee6661a1da 100644 --- a/docs/programming-languages/python/python-libraries/python-libraries.md +++ b/docs/programming-languages/python/python-libraries/python-libraries.md @@ -157,6 +157,7 @@ I use [Rye](https://github.com/mitsuhiko/rye) as way to manage dependencies. ## CLI - [radicli](https://github.com/explosion/radicli) - Radically lightweight command-line interfaces. +- [shtab](https://github.com/iterative/shtab) - Automagic shell tab completion for Python CLI applications. - [Cleo](https://github.com/python-poetry/cleo) - Create beautiful and testable command-line interfaces. - [tyro](https://github.com/brentyi/tyro) - Strongly typed, zero-effort CLI interfaces & config objects. - [Tap](https://github.com/swansonk14/typed-argument-parser) - Typed modernization of Python's argparse library. diff --git a/docs/unix/shell/shell.md b/docs/unix/shell/shell.md index acf917f453..0d1736c41f 100644 --- a/docs/unix/shell/shell.md +++ b/docs/unix/shell/shell.md @@ -311,3 +311,4 @@ All active variables can be seen by running `env`. - [aider](https://github.com/paul-gauthier/aider) - GPT-4 powered coding in your terminal. - [Clive](https://github.com/koki-develop/clive) - Automates terminal operations. - [haxx](https://github.com/henrycunh/haxx) - Easily create and run scripts using JS. +- [IntelliShell](https://github.com/lasantosr/intelli-shell) - Like IntelliSense, but for shells.