Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix pastit.py changing http to https | VG | 2016-06-16 | 1 | -4/+4 |
| | |||||
* | fix pasteme script to go to the https version | VG | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | Fix purge script to be able to import config | VG | 2016-06-06 | 1 | -0/+1 |
| | | | | | | to be able to do 'import config' in python we have to be in the containing directory (or set pythonpath for example). to adapt the script to your environment simply change the cd /pasteme line. | ||||
* | fix length limitation and encoding with pasteme script | VG | 2014-12-01 | 1 | -11/+7 |
| | |||||
* | fix pasteme script when no ascii data is used | VG | 2014-11-29 | 1 | -2/+4 |
| | |||||
* | add cron script to purge old pastes | VG | 2014-11-29 | 2 | -0/+9 |
| | |||||
* | fix pasteme script | VG | 2014-11-29 | 1 | -11/+3 |
| | |||||
* | Better error management | Cédric Picard | 2014-11-29 | 1 | -4/+18 |
| | |||||
* | include status code in error message | Cédric Picard | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Fixed bug introduced by previous commit | Cédric Picard | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | Added minor error management | Cédric Picard | 2014-11-28 | 1 | -0/+5 |
| | |||||
* | Added pastit, cool convenient cli client that *works* | Cédric Picard | 2014-11-28 | 1 | -0/+67 |
| | |||||
* | add a helper script for pasteme | VG | 2014-11-28 | 1 | -0/+18 |