gget

command module
v0.0.0-...-13777c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2020 License: ISC Imports: 8 Imported by: 0

README

gget

a cli tool to pull files from gemini servers via uri

Install

go get git.envs.net/lel/gget

Usage

It's named after wget but it's mimicking cURL, honestly.

To (basically) curl a file from a gemini server to stdout:

gget url

This will fail if you try to gget a file that isn't a text type. Use -o - to confirm you want to print a pile of garbage to stdout.

To save to a filename:

gget -o [filename] url

To save to disk in the current directory with the remote filename:

gget -O url

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL