A simple paste web application made with Laravel and Pygments
https://pst.moe
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
vor 3 Jahren | |
---|---|---|
app | vor 6 Jahren | |
bootstrap | vor 7 Jahren | |
config | vor 7 Jahren | |
database | vor 7 Jahren | |
public | vor 7 Jahren | |
resources | vor 3 Jahren | |
storage | vor 7 Jahren | |
tests | vor 7 Jahren | |
.env.example | vor 7 Jahren | |
.gitattributes | vor 7 Jahren | |
.gitignore | vor 7 Jahren | |
LICENSE.md | vor 7 Jahren | |
README.md | vor 7 Jahren | |
Vagrantfile | vor 7 Jahren | |
artisan | vor 7 Jahren | |
composer.json | vor 7 Jahren | |
composer.lock | vor 7 Jahren | |
gulpfile.js | vor 7 Jahren | |
package.json | vor 7 Jahren | |
phpunit.xml | vor 7 Jahren | |
server.php | vor 7 Jahren |
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.