summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-14Make it possible to configure --info(-only) to run something else than `emerg...Bo Ørsted Andresen
2007-03-13Fix a couple of typos.Bo Ørsted Andresen
2007-03-09Use die whereever it's feasible. Optimize the options reordering.Bo Ørsted Andresen
2007-03-09Fix support for multiple files specified after --Bo Ørsted Andresen
2007-03-09Make it easy to paste multiple files.Bo Ørsted Andresen
2007-03-09A few more optimizations and changed error handling. show_usage is no longer ...Bo Ørsted Andresen
2007-03-09Optimize for size even more with show() and verify(). Merged from branches/ge...Bo Ørsted Andresen
2007-03-08Merge optimizations (for size) from the getopts branch.Bo Ørsted Andresen
2007-03-07Use == instead of =~. This is more reliable and works with Bash 2.05.Bo Ørsted Andresen
2007-03-07A few optimizations.Bo Ørsted Andresen
2007-03-07Allow short options to be grouped. Convert --long-opt=foo to --long-opt foo.Bo Ørsted Andresen
2007-03-07Add ; to description with --infoBo Ørsted Andresen
2007-03-06Make it possible to set default nick and language on a per service basis too.Bo Ørsted Andresen
2007-03-06Replace two huge if-else-if-else's with one case-esac and one small if-fi.Bo Ørsted Andresen
2007-03-06Add support for --info and --info-only.Bo Ørsted Andresen
2007-03-06Add an additional newline between commands.Bo Ørsted Andresen
2007-03-06Make it possible to specify multiple commands by invoking -c more than once.Bo Ørsted Andresen
2007-03-06Make --command by using `bash -c "${COMMAND}"`.Bo Ørsted Andresen
2007-03-06Cosmetic fix. Reorder wgetpaste --help.Bo Ørsted Andresen
2007-03-06--command should paste what goes to stderr too.Bo Ørsted Andresen
2007-03-06Add support for --command.Bo Ørsted Andresen
2007-03-01Typo.Bo Ørsted Andresen
2007-02-28Drop stgraber. osl provides almost the same and seems more obvious to support.Bo Ørsted Andresen
2007-02-28Add pastebin.osuosl.org.Bo Ørsted Andresen
2007-02-28Minor comment fix.Bo Ørsted Andresen
2007-02-28Add a comment and simplify instructions for --xcut and setting defaults.Bo Ørsted Andresen
2007-02-28Fall back to using --post-data if a temporary file for --post-file could not ...Bo Ørsted Andresen
2007-02-28Use '_' instead of '\ ' to connect values in language and expiration arrays. ...Bo Ørsted Andresen
2007-02-28r27 broke everything. When the exclamation mark in ${!foo} is removed you get...Bo Ørsted Andresen
2007-02-28Remove usage of . The exclamation mark isn't needed.Bo Ørsted Andresen
2007-02-28Now really add --raw. Fix bug in show_url for raw urls.Bo Ørsted Andresen
2007-02-28Add support for --raw for services that support that. Make the rafb.net url p...Bo Ørsted Andresen
2007-02-28show_expiration_options() for rafb now shows that pastes on rafb.net expires ...Bo Ørsted Andresen
2007-02-28Add --expiration support for stgraber. Since it doesn't have the desired defa...Bo Ørsted Andresen
2007-02-28Add support for yet another pastebin service. stgraber has syntax highlightin...Bo Ørsted Andresen
2007-02-28Add support for --list-expiration and for setting --expiration since pastebin...Bo Ørsted Andresen
2007-02-28Add pastebin.ca (which has Bash highlighting). It needs stdout output from wg...Bo Ørsted Andresen
2007-02-28Now really add --xcut.Bo Ørsted Andresen
2007-02-28Add --xcut. Make sure add_to_clipboard() and get_from_clipboard() are used if...Bo Ørsted Andresen
2007-02-28Generalize further with the introduction of get_url(). Warn if the input for ...Bo Ørsted Andresen
2007-02-28Allow users to set their own default values for nick, service and language in...Bo Ørsted Andresen
2007-02-28Generalize a bit by detecting the toofast.html from rafb from verify_url().Bo Ørsted Andresen
2007-02-28Add --list-languages. Verify that a specified language is valid. Fix a couple...Bo Ørsted Andresen
2007-02-28Add support for multiple pastebin services. Add the sh service.Bo Ørsted Andresen
2007-02-28Abort if there is nothing to paste.Bo Ørsted Andresen
2007-02-28Add --verbose for more diagnosticing when a paste fails. Fix an error message.Bo Ørsted Andresen
2007-02-28Use --post-file instead of --post-data. This requires a temporary file but in...Bo Ørsted Andresen
2007-02-28Restructure where defaults are set.Bo Ørsted Andresen
2007-02-28Switch from getopts to manual options parsing. The only drawback is that shor...Bo Ørsted Andresen
2007-02-28Add some error handling.Bo Ørsted Andresen