mirror of
https://github.com/skidoodle/pastebin
synced 2025-10-14 09:44:48 +02:00
bf40237ba63e9049d16ab783b2c599ca18e43643
pastebin
a simple and lightweight pastebin service written in go and templ
Usage
$ ./pastebin -help
Usage of ./pastebin:
-addr string
socket address to bind to (default ":3000")
-max-size int
maximum size of a paste in bytes (default 32kB)
Highlighting
To get syntax highlighting, you must add the file extension at the end of your paste URL: /<paste_id>.<extension>
Supported languages can be found here
Themes
Themes can be applied by specifying in the URL: /<paste_id>.<extension>/<theme>
Description
Languages
Go
80.5%
CSS
9.6%
templ
5%
Dockerfile
2.6%
Makefile
2.3%