summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-03Add compatibility code for old config locations.Bo Ørsted Andresen
2008-09-03Use *.conf files rather than plain wgetpaste files and *.bash.Bo Ørsted Andresen
2008-09-03Add -C, --xclippaste option to paste to clipboard selection buffer. Make -X, ...Bo Ørsted Andresen
2008-04-09Fix VERSION.Bo Ørsted Andresen
2008-04-09Tagging wgetpaste-2.11.Bo Ørsted Andresen
2008-03-28Thanks to Daniel Pielmeier for reporting the problem caused by this typo.Bo Ørsted Andresen
2008-01-23emacs people are weird (see bug #207052).Bo Ørsted Andresen
2008-01-02Use more portable regular expressions for sed.Bo Ørsted Andresen
2007-11-27Don't inherit LANGUAGE from the env.Bo Ørsted Andresen
2007-11-13Fix size warnings that contain spaces.Bo Ørsted Andresen
2007-10-23Use /usr/bin/env to find bash.Bo Ørsted Andresen
2007-10-23Switch back to % instead of ¤. The change wasn't necessary. % just needed to...Bo Ørsted Andresen
2007-10-23Use ¤ instead of % since the % is special in bash before 3.2. Revert r205 to...Bo Ørsted Andresen
2007-10-09Use a+=("...") instead of the weird a[${#a[*]}]="..." to add elements to arrays.Bo Ørsted Andresen
2007-09-23Improve error messages from converttoraw().Bo Ørsted Andresen
2007-09-20Move shift calls out of the case; ..; esac. Make sure --tee doesn't affect wh...Bo Ørsted Andresen
2007-09-20noargument() -> requiredarg().Bo Ørsted Andresen
2007-09-19Remove the sh service since apparently it no longer works with wget (only wit...Bo Ørsted Andresen
2007-09-19--ignore-configs broke --service. Fix.Bo Ørsted Andresen
2007-09-19Die if sed, xclip or whoami fails. Make sure converttoraw() returns 1 if RAWU...Bo Ørsted Andresen
2007-09-19Oops.Bo Ørsted Andresen
2007-09-19Use -u rather than -T for --tinyurl.Bo Ørsted Andresen
2007-09-19Add support for tinyurl.Bo Ørsted Andresen
2007-09-19Minor.Bo Ørsted Andresen
2007-09-19Move INFO_COMMAND too.Bo Ørsted Andresen
2007-09-19Major reordering of functions. No changes to functionality.Bo Ørsted Andresen
2007-09-19Add support for --ignore-configs.Bo Ørsted Andresen
2007-09-19Renames: get_from_clipboard() -> x_cut(), add_to_clipboard() -> x_paste().Bo Ørsted Andresen
2007-09-19Collapse two almost identical error messages into one.Bo Ørsted Andresen
2007-09-19Oops.Bo Ørsted Andresen
2007-09-19Add support for tee to show what's being pasted while it's being generated.Bo Ørsted Andresen
2007-09-16Bail on unreadble input file even when there is only one input file. ;) Use a...Bo Ørsted Andresen
2007-09-16Add N=$'\n' and E=$'\e' as global variables and use them whereever possible.Bo Ørsted Andresen
2007-09-16When listing services, languages or expirations add an asterisk in front of t...Bo Ørsted Andresen
2007-09-14Add default get_from_clipboard() and add_to_clipboard().Bo Ørsted Andresen
2007-09-14Use percentage sign rather than underscore for spaces of empty fields.Bo Ørsted Andresen
2007-09-08Remove unnecessary quoting.Bo Ørsted Andresen
2007-09-08Kill every invocation of eval. This means that configuration variables for se...Bo Ørsted Andresen
2007-06-19Fix version.Bo Ørsted Andresen
2007-06-19Convert some 'echo "$foo" | blah' to 'blah <<< "$foo"'.Bo Ørsted Andresen
2007-06-03Oops.Bo Ørsted Andresen
2007-06-03Minimize what goes through eval (fixes a bug where eval claims the syntax in ...Bo Ørsted Andresen
2007-05-16Remove a lot of double quotes and curly brackets where they are unnecessary. ...Bo Ørsted Andresen
2007-05-14Use LC_ALL instead of LC_MESSAGES. If the user has LC_ALL set that overrides ...Bo Ørsted Andresen
2007-04-25Add detection of toobig.html to verifyurl(). Add max lines check for rafb in ...Bo Ørsted Andresen
2007-04-09Add that configs can be in {,/*.bash} too..Bo Ørsted Andresen
2007-04-09Set @VERSION@ as version.Bo Ørsted Andresen
2007-04-09Fix detection of ${VERBOSE}.Bo Ørsted Andresen
2007-04-09Use LC_MESSAGES=C for wget.Bo Ørsted Andresen
2007-04-04Simplify postdata() a bit.Bo Ørsted Andresen