A simple paste web application made with Laravel and Pygments https://pst.moe
Go to file
Les De Ridder 5a9e857a67 Add SystemVerilog 2020-12-03 10:40:53 +01:00
app Default to raw response for curl 2017-02-10 14:58:12 +01:00
bootstrap Initial commit 2016-05-28 19:05:54 +02:00
config Add abuse contact and parent website 2016-12-18 03:04:28 +01:00
database Fix Paste model and migration 2016-05-29 01:34:24 +02:00
public Add a HTML frontend 2016-05-30 21:31:50 +02:00
resources Add SystemVerilog 2020-12-03 10:40:53 +01:00
storage Initial commit 2016-05-28 19:05:54 +02:00
tests Initial commit 2016-05-28 19:05:54 +02:00
.env.example Add abuse contact and parent website 2016-12-18 03:04:28 +01:00
.gitattributes Initial commit 2016-05-28 19:05:54 +02:00
.gitignore Initial commit 2016-05-28 19:05:54 +02:00
LICENSE.md Add the license and a readme 2016-05-31 00:58:23 +02:00
README.md Add the license and a readme 2016-05-31 00:58:23 +02:00
Vagrantfile Initial commit 2016-05-28 19:05:54 +02:00
artisan Initial commit 2016-05-28 19:05:54 +02:00
composer.json Initial commit 2016-05-28 19:05:54 +02:00
composer.lock Initial commit 2016-05-28 19:05:54 +02:00
gulpfile.js Initial commit 2016-05-28 19:05:54 +02:00
package.json Initial commit 2016-05-28 19:05:54 +02:00
phpunit.xml Initial commit 2016-05-28 19:05:54 +02:00
server.php Initial commit 2016-05-28 19:05:54 +02:00

README.md

pastethingy

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

JSON API

TODO: Document the JSON API.

License

pastethingy is available under the University of Illinois/NCSA Open Source License. The full license can be found in the LICENSE.md file.