Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dougsko/pastebin
Command line interface to pastebin.com
https://github.com/dougsko/pastebin
Last synced: 2 months ago
JSON representation
Command line interface to pastebin.com
- Host: GitHub
- URL: https://github.com/dougsko/pastebin
- Owner: dougsko
- License: mit
- Created: 2009-06-23T20:55:05.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T17:10:49.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T12:59:06.034Z (3 months ago)
- Language: Ruby
- Homepage: http://dougsko.github.com/pastebin
- Size: 84 KB
- Stars: 36
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= pastebin
pastebin is a CLI to http://pastebin.com
Usage: pastebin [options]
Examples: pastebin -f foo.rb -t ruby -e '10 Minutes'
cat foo.pl | pastebin -f - -t perlOptions:
-f, --file Use a file for input, use "-" for STDIN
-n, --name Assign a name/title to your paste
-s, --subdomain Paste to a specific subdomain
-r, --raw Return raw text from a paste link
-e, --expire== Copyright
Copyright (c) 2010 dougsko. See LICENSE for details.