Do not follow this link

~athorp96/Coil

Curl-like Gemini client
Add feature TODO
Stop binary from printing to terminal
Only print 'text/*' mime types to to terminal

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~athorp96/Coil
read/write
git@git.sr.ht:~athorp96/Coil

You can also use your local clone with git send-email.

#Coil

Coil is a curl-like Gemini client.

It is still under development, so the best usage instructions would be the current clap help. This can be found with coil --help or in the cloned repository with cargo run -- --help.

#Installation

#Dependencies

  • Rust 1.47.0 (stable) or compatible
  • Cargo

#Clone repository

git clone git@git.sr.ht::~athorp/Coil coil
cd coil

#Build and Install

cargo build --release

# Copy or symlink the binary into your path or call from the compiled location with
./target/release/coil --help

#Features

  • [X] Send requests to any puclic gemini server.
  • [X] Parse response intelligently.
  • [] Add input to requests.
  • [] Add certificate files to requests.
  • [] Friendly render text/gemini mime type.
  • [] Add options to output binary bodies
Do not follow this link