A TUI interface to GitHub.
Warning
github-tui
is in pre-alpha stage of development!
Expect missing features, surprising behaviour and horrible bugs.
Completion: Done 26%/100% ππππππππππ
Important
DISCLAIMER: github-tui
is developed and maintained in free time
voluntarily. The development may continue for decades or may stop tomorrow. You
can use
GitHub Sponsorship to support
the development of this project.
To use github-tui
, you need to have the following installed:
- OCaml toolchain: to build the project
bat
version β©Ύ 0.19.0- Hack Mono Nerd Font
Initialise the project when building for the first time:
opam switch create .
Build the project:
dune build
Run the project:
dune exec bin/main.exe -- owner/repo
Install dev dependencies:
opam install utop ocamlformat ocaml-lsp-server