Castor is a simple Gemini client.
Usage is simple -- the program takes a URL that complies with the Gemini protocol (gemini://...) as its sole argument.
$ castor gemini://gemini.circumlunar.space
Without any additional arguments, build.sh
creates directory ./build
and
fills it with the results of compilation, including the executable file.
$ ./build.sh
$ ./build/castor gemini://gemini.circumlunar.space
By default, the program installs to /usr/local/bin
. However, the directory
can be modified by changing variable INSTALL_DIR
in build.sh
.
$ ./build.sh
$ ./build.sh --install
$ castor gemini://gemini.circumlunar.space
$ ./build.sh --uninstall