Pastebincl v1.0

Word processors, spreadsheets, presentations, translation, etc.
Post Reply
Message
Author
User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

Pastebincl v1.0

#1 Post by chrome307 »

Source Code:
http://pastebin.com/etc/pastebincl-1.0.tar.gz

http://pastebin.com/tools#pastebincl

Built on Lucid 5.28-004

Should work in all builds as it installs to:

/usr/bin

An example on how to use it:

Open up terminal and type in:

pastebincl -g -n MY PASTE NAME then press <ENTER>

copy and paste your text into terminal and then press CTRL+D

that's it!

It will then show you a link which you can open in your browser to see.

-g = guest
-n = name of your post

If you want you can create your own account using --usergen to create an account.

-----------------------------------------------------------------------------------------
Pastebincl is a software designed to submit pastes on http://pastebin.com/ using the command-line. To see the full manpage, type "man pastebincl" (UNIX-like OS).

Arguments:
-v, --version
=> displays the current version and basic informations.
-h, -?, --help
=> displays this text (but, logically, you already knew it).
--licence
=> displays the program licence.
--usergen
=> generates an encrypted user file to allow you to post as a registered pastebin user.
-n [name], --name=[name]
=> sets [name] as the paste name.
-s [syntax], --syntax=[syntax]
=> sets [syntax] as the paste syntax.
--syntaxlist
=> Displays the full list of -s possible arguments.
-e [expire_time], --expire=[expire_time]
=> sets [expire_time] as the paste expiration time.
-p, --private
=> posts the paste as a "private" one.
-g, --guest
=> posts the paste without using the account set with --usergen.
Attachments
Manual.tar.gz
(1.34 KiB) Downloaded 451 times
pastebincl-1.0.pet
(31.06 KiB) Downloaded 432 times

Post Reply