Skip to content
/ paste Public

A lightweight service to anonymously share code snippets

License

Notifications You must be signed in to change notification settings

GitRowin/paste

Repository files navigation

Paste

A lightweight service to anonymously share code snippets. Written in Go.

A public instance is available at https://paste.rowin.dev/.

This project is meant to be run behind Cloudflare as it relies on the CF-Connecting-IP, CF-IPCountry, and Cloudflare-CDN-Cache-Control headers.

Features

  • Light and dark mode (uses your operating system's setting)
  • Quickly save using CTRL + S
  • Syntax highlighted and raw pastes

Compiling

Compiling this project requires CGO to be enabled because of the go-sqlite3 dependency.

CGO_ENABLED=1 go build

This project uses

About

A lightweight service to anonymously share code snippets

Resources

License

Stars

Watchers

Forks