Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjayankur31/fpaste
A command-line front-end for the Fedora Pastebin service at fpaste.org
https://github.com/sanjayankur31/fpaste
Last synced: 13 days ago
JSON representation
A command-line front-end for the Fedora Pastebin service at fpaste.org
- Host: GitHub
- URL: https://github.com/sanjayankur31/fpaste
- Owner: sanjayankur31
- License: gpl-3.0
- Created: 2014-01-23T07:07:43.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T19:47:23.000Z (5 months ago)
- Last Synced: 2024-11-29T03:15:03.087Z (27 days ago)
- Language: Python
- Homepage: http://pagure.io/fpaste
- Size: 248 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
fpaste
------
fpaste is a command-line front-end for the Fedora Pastebin service at
paste.fedoraproject.org. It allows easy uploading of multiple files, or of copy&pasted
text from stdin, without requiring a web browser. A unique fpaste link is
returned, which can then be given to others who are offering help... code:: bash
e.g.:
[joeuser@localhost ~]$ fpaste /etc/httpd/conf/httpd.conf
Uploading...
http://paste.fedoraproject.org/rorn/Upstream
========The source code is hosted at https://pagure.io/fpaste where primary development will occur. Please file issues here. A mirror is also maintained at https://github.com/sanjayankur31/fpaste where you can open pull requests.
Why?
====- PRIMARY: users don't like being flooded with large amounts of text, and
encourage the use of pastebin sites & utilities instead.
- A GUI browser like firefox might be inaccessible.
- A TUI browser like lynx might be too cumbersome.
- Multiple files can be fpasted.
- It's often faster & more convenient to use the cli than to copy/paste in a
browser's textarea.
- Why not?Who?
====fpaste maintainers:
- Jason 'zcat' Farrell
- Ankur Sinha 'FranciscoD'Server-side paste.fedoraproject.org maintainers:
- The `Fedora infrastructure team `__
fpaste.org maintainers:
- Jonathan 'daMaestro' Steffan
Mr. FUPT - http://fedorasolved.org/Members/khaytsus/fedora-unity-paste-tool
- Walter 'Khaytsus' Francis
Inspiration from ye olde bash script. R.I.P. rafb.net/paste
- Ignacio Vazquez-Abrams