-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

gist


> Upload code to https://gist.github.com.

More information.


Log in in gist on this computer:

gist --login

Create a gist from any number of text files:

gist {file.txt} {file2.txt}

Create a private gist with a description:

gist --private --description "{A meaningful description}" {file.txt}

Read contents from stdin and create a gist from it:

{echo "hello world"} | gist

List your public and private gists:

gist --list

List all public gists for any user:

gist --list {username}

Update a gist using the ID from URL:

gist --update {GIST_ID} {file.txt}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:21:55 2024