A simple paste web application made with Laravel and Pygments
https://pst.moe
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
1年前 | |
---|---|---|
app | 5年前 | |
bootstrap | 6年前 | |
config | 5年前 | |
database | 6年前 | |
public | 6年前 | |
resources | 1年前 | |
storage | 6年前 | |
tests | 6年前 | |
.env.example | 5年前 | |
.gitattributes | 6年前 | |
.gitignore | 6年前 | |
LICENSE.md | 6年前 | |
README.md | 6年前 | |
Vagrantfile | 6年前 | |
artisan | 6年前 | |
composer.json | 6年前 | |
composer.lock | 6年前 | |
gulpfile.js | 6年前 | |
package.json | 6年前 | |
phpunit.xml | 6年前 | |
server.php | 6年前 |
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.