crem
- [x] First, a PoC gemini client.
- [ ] Secondly, a PoC gemini server.
Installation
$ git clone https://github.com/Willamin/crem.git
$ cd crem
$ shards build --release
# add bin/crem to your PATH somehow
Usage
$ crem repl # begin a REPL-style barebones Gemini client
Screenshot
Contributing
- Fork it (https://github.com/Willamin/capsule/fork)
- Create your feature branch (
git checkout -b my-new-feature
)
- Commit your changes (
git commit -am 'Add some feature'
)
- Push to the branch (
git push origin my-new-feature
)
- Create a new Pull Request
Contributors