Total Pageviews

Thursday 16 September 2021

pastethingy

 A simple paste web application made with Laravel and Pygments.  

demo site: https://pst.moe   https://pst.moe/paste/siczhz

A simple paste web application made with Laravel 5.2 and Pygments via Pygmentize.

Features

  • Paste expiry
  • Future pastes
  • Code highlighting
  • Useful output formats (e.g. HTML, raw, terminal, PNG)
  • Works without JS (optional JS for entering tab characters with the tab key)
  • Usable via curl (e.g. echo test | curl pastethingy.my.domain/paste -F 'content=<-')
  • No bloat (no user accounts, no deletion URLs, no encryption, etc.)
  • No CSS framework
  • JSON API
from https://git.fuwafuwa.moe/lesderid/pastethingy
(https://github.com/lesderid/pastethingy)


No comments:

Post a Comment