Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-27 | Version 2.13. | Bo Ørsted Andresen | |
2009-05-27 | Add zsh completion | Ingmar Vanhassel | |
2009-01-28 | Add a --completions option for --list-*. | Bo Ørsted Andresen | |
2009-01-28 | Use one x_paste() function for --xpaste and --xclippaste. | Bo Ørsted Andresen | |
Plus a few minor tweaks. | |||
2008-11-07 | Make --list-languages and --list-expirations exit with error when the ↵ | Bo Ørsted Andresen | |
specified pastebin has no support for them. | |||
2008-11-06 | Better die message. | Bo Ørsted Andresen | |
2008-11-06 | dpaste fails when the description is over 50 bytes. | Bo Ørsted Andresen | |
2008-11-06 | Version 2.12. | Bo Ørsted Andresen | |
2008-11-06 | Add dpaste.com and make it the default now that rafb no longer supports raw ↵ | Bo Ørsted Andresen | |
pastes. | |||
2008-11-06 | Escape semicolons. Allow empty language or expiration values via a '%'. | Bo Ørsted Andresen | |
2008-11-06 | Add grid in showservices. | Bo Ørsted Andresen | |
2008-11-06 | rafb.net/paste no longer support raw pastes. | Bo Ørsted Andresen | |
2008-09-03 | Add compatibility code for old config locations. | Bo Ørsted Andresen | |
2008-09-03 | Use *.conf files rather than plain wgetpaste files and *.bash. | Bo Ørsted Andresen | |
2008-09-03 | Add -C, --xclippaste option to paste to clipboard selection buffer. Make -X, ↵ | Bo Ørsted Andresen | |
--xpaste explicitly paste to primary selection buffer. Use echo -n to avoid adding a trailing \n when pasting. Thanks to Jesús Guerrero for providing this patch. | |||
2008-04-09 | Fix VERSION. | Bo Ørsted Andresen | |
2008-04-09 | Tagging wgetpaste-2.11. | Bo Ørsted Andresen | |
2008-03-28 | Thanks to Daniel Pielmeier for reporting the problem caused by this typo. | Bo Ørsted Andresen | |
2008-01-23 | emacs people are weird (see bug #207052). | Bo Ørsted Andresen | |
2008-01-02 | Use more portable regular expressions for sed. | Bo Ørsted Andresen | |
2007-11-27 | Don't inherit LANGUAGE from the env. | Bo Ørsted Andresen | |
2007-11-13 | Fix size warnings that contain spaces. | Bo Ørsted Andresen | |
2007-10-23 | Use /usr/bin/env to find bash. | Bo Ørsted Andresen | |
2007-10-23 | Switch back to % instead of ¤. The change wasn't necessary. % just needed ↵ | Bo Ørsted Andresen | |
to be escaped in a few places. | |||
2007-10-23 | Use ¤ instead of % since the % is special in bash before 3.2. Revert r205 ↵ | Bo Ørsted Andresen | |
to stay compatible with bash 3.0 which has no support for +=. | |||
2007-10-09 | Use a+=("...") instead of the weird a[${#a[*]}]="..." to add elements to arrays. | Bo Ørsted Andresen | |
2007-09-23 | Improve error messages from converttoraw(). | Bo Ørsted Andresen | |
2007-09-20 | Move shift calls out of the case; ..; esac. Make sure --tee doesn't affect ↵ | Bo Ørsted Andresen | |
what gets pasted. Always run commands in a subshell. Add a new line to the output of wgetpaste when using --tee (in case someone wants to paste something that doesn't end with a new line). | |||
2007-09-20 | noargument() -> requiredarg(). | Bo Ørsted Andresen | |
2007-09-19 | Remove the sh service since apparently it no longer works with wget (only ↵ | Bo Ørsted Andresen | |
with curl). | |||
2007-09-19 | --ignore-configs broke --service. Fix. | Bo Ørsted Andresen | |
2007-09-19 | Die if sed, xclip or whoami fails. Make sure converttoraw() returns 1 if ↵ | Bo Ørsted Andresen | |
RAWURL ends up being empty. Die if any attempt to source a config file fails. | |||
2007-09-19 | Oops. | Bo Ørsted Andresen | |
2007-09-19 | Use -u rather than -T for --tinyurl. | Bo Ørsted Andresen | |
2007-09-19 | Add support for tinyurl. | Bo Ørsted Andresen | |
2007-09-19 | Minor. | Bo Ørsted Andresen | |
2007-09-19 | Move INFO_COMMAND too. | Bo Ørsted Andresen | |
2007-09-19 | Major reordering of functions. No changes to functionality. | Bo Ørsted Andresen | |
2007-09-19 | Add support for --ignore-configs. | Bo Ørsted Andresen | |
2007-09-19 | Renames: get_from_clipboard() -> x_cut(), add_to_clipboard() -> x_paste(). | Bo Ørsted Andresen | |
2007-09-19 | Collapse two almost identical error messages into one. | Bo Ørsted Andresen | |
2007-09-19 | Oops. | Bo Ørsted Andresen | |
2007-09-19 | Add support for tee to show what's being pasted while it's being generated. | Bo Ørsted Andresen | |
2007-09-16 | Bail on unreadble input file even when there is only one input file. ;) Use ↵ | Bo Ørsted Andresen | |
a function in postdata(). Move showurl(). Fix a lot of comments. Catch stderr from $INFO_COMMAND. | |||
2007-09-16 | Add N=$'\n' and E=$'\e' as global variables and use them whereever possible. | Bo Ørsted Andresen | |
2007-09-16 | When listing services, languages or expirations add an asterisk in front of ↵ | Bo Ørsted Andresen | |
the default. | |||
2007-09-14 | Add default get_from_clipboard() and add_to_clipboard(). | Bo Ørsted Andresen | |
2007-09-14 | Use percentage sign rather than underscore for spaces of empty fields. | Bo Ørsted Andresen | |
2007-09-08 | Remove unnecessary quoting. | Bo Ørsted Andresen | |
2007-09-08 | Kill every invocation of eval. This means that configuration variables for ↵ | Bo Ørsted Andresen | |
services and engines etc. can no longer be arrays. Instead they are now lists of strings separated by spaces and using underscores as spaces in each item. At the same time they have been renamed to increase consistency and reduce complexity. |