Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed May 22, 2023
1 parent a1a7d22 commit e38b31d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/programming-languages/ocaml/ocaml-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/unix/shell/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e38b31d

Please sign in to comment.