geml <url>

Geml, A CLI Gemini Client

Geml is my quick and dirty cli gemini client. It is written in OCaml and is what I consider the bare minimum in order to interact with Gemini space: A command that takes in a single URI, and returns the result of attempting to connect to and download the data at the provided URI.

The source code is very messy, as I used this project to learn both OCaml, and the build tool Dune. As a result, it has some odd idiosyncracies that I am not too fussed to fix (such as issues with the URI library not believing "localhost" is a host name). That said, it works well enough otherwise.

Source Code

License

This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Affero GNU General Public License for more details.

You should have received a copy of the Affero GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

Source Code

Back to Index