FetchBin

FetchBin is a simple, open-source web application designed to quickly share the output of your favorite command-line "fetch" tools. Just pipe your command to the "fetchbin" CLI, and get a shareable URL instantly.

Installation

Install the FetchBin CLI tool:

$ pip install fetchbin

How to Use

Run any command and share its output using our CLI:

$ fetchbin share fastfetch

Additional options:

$ fetchbin share -s <command>  # Share as hidden
$ fetchbin delete <token>  # Delete a share

Usage with Netcat

You can also pipe any text directly:

$ echo "Hello, world!" | nc fetchbin.beucismis.org 9999
0 shares in the last hour.

See the latest shares →