A simple paste web application made with Laravel and Pygments
https://pst.moe
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
il y a 3 ans | |
---|---|---|
app | il y a 6 ans | |
bootstrap | il y a 7 ans | |
config | il y a 7 ans | |
database | il y a 7 ans | |
public | il y a 7 ans | |
resources | il y a 3 ans | |
storage | il y a 7 ans | |
tests | il y a 7 ans | |
.env.example | il y a 7 ans | |
.gitattributes | il y a 7 ans | |
.gitignore | il y a 7 ans | |
LICENSE.md | il y a 7 ans | |
README.md | il y a 7 ans | |
Vagrantfile | il y a 7 ans | |
artisan | il y a 7 ans | |
composer.json | il y a 7 ans | |
composer.lock | il y a 7 ans | |
gulpfile.js | il y a 7 ans | |
package.json | il y a 7 ans | |
phpunit.xml | il y a 7 ans | |
server.php | il y a 7 ans |
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.