Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjkingo/termcat.io
Pastebin for terminals
https://github.com/sjkingo/termcat.io
asyncio django pastebin python python-3-4
Last synced: 1 day ago
JSON representation
Pastebin for terminals
- Host: GitHub
- URL: https://github.com/sjkingo/termcat.io
- Owner: sjkingo
- Created: 2015-04-07T06:04:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T05:31:43.000Z (over 9 years ago)
- Last Synced: 2024-12-18T03:09:23.078Z (14 days ago)
- Topics: asyncio, django, pastebin, python, python-3-4
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# termcat.io
termcat.io is a pastebin for terminals. It allows you to `cat`, `echo`, or pipe
output directly to the pastebin server without worrying about installing any
local client or copy and pasting.## Requirements
The following requirements are needed to run the server and web backend:
* Python 3.4+ (uses `asyncio`)
* Django 1.7/1.8
* [hashids-python](https://github.com/davidaurelio/hashids-python)