FetchBin is a simple and fast way to share your command line outputs with others. Whether you're debugging, showcasing system information, or collaborating with teammates, FetchBin makes it easy to share terminal output in a clean, readable format.
Offical instance: https://fetchbin.beucismis.org
API Documentation: https://fetchbin.beucismis.org/api
pip install fetchbin
fetchbin share fastfetch
fetchbin share -s <command> # Share as hidden
fetchbin delete <token> # Delete a share
You can also pipe any text directly to fetchbin using netcat (or nc):
echo "Hello, world!" | nc fetchbin.beucismis.org 9999
git clone https://github.com/beucismis/fetchbin
cd fetchbin/
docker build -t fetchbin .
sudo docker run -d -p 8000:8000 -p 9999:9999 -v ~/data:/data --name fetchbin fetchbin
Once the service is running, you can access the API at http://localhost:8000.
fetchbin is distributed under the terms of the GNU GPL license.