gocatgo

module
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2025 License: MIT

README

GoCatGo

GoCatGo is another simple pastebin tool.
You can check its uptime!


uptime lines of code Code Size

GoCatGo provides a way of uploading a file to share with someone, you pass a file, and it returns a link. Simple as that!
With this short url, you can remember the links easily.

Requirements

It's a simple tool, you only need curl.


Usage

# With a file
cat file.txt | curl -F "file=@-" gcg.sh
# or
curl -F "file=@file.txt" gcg.sh
# Passing any string
echo "some cool code" | curl -F "file=@-" gcg.sh
# Upload images
curl -F "file=@image.png" gcg.sh

Shell function

You can add gcg function to your shell to make it easier to upload files:

echo "$(curl https://gcg.sh/function)" >> ~/.bashrc
# with the function
gcg file.txt

Transparency

See wiki.

Contribution

See CONTRIBUTING.md

FAQ

  1. How do I know the code running is the same as the repository?
    I've created a URL so you can check the sha256 of current code running: gcg.sh/sha256
  2. How can I delete a paste I've created?
    For now, you can request me at contact@gcg.sh. In the future it will be implemented.

License

MIT

Directories

Path Synopsis
cmd
api command
internal

Jump to

Keyboard shortcuts

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