summaryrefslogtreecommitdiffstats
path: root/fb.in
AgeCommit message (Collapse)AuthorFilesLines
2012-03-14fix compression on dashMoritz Wilhelmy1-2/+2
2012-03-14fix stat and clipboard calls for DarwinMoritz Wilhelmy1-2/+4
2012-01-24properly quote all uses of $STAT.Moritz Wilhelmy1-3/+3
2012-01-21Cherry-pick the stat(1) fix from the master branchMoritz Wilhelmy1-3/+10
2011-09-12fix mktemp lineMoritz Wilhelmy1-1/+1
"-t" expands to $TMPDIR (or /tmp if unset), which means, the user can override in which directory temporary files are created. This works with GNU mktemp (although GNU deprecated -t) as well as BSD mktemp (does not replace X by random characters but rather appends them; this does not matter much) and busybox mktemp (which requires the number of X's to be exactly 6)
2011-09-11avoid reading output from type shell-builtinMoritz Wilhelmy1-1/+1
2011-09-11fix indentation in help messageFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-09-11don't run xclip if $CLIPBOARD is emptyFlorian Pritz1-1/+3
Signed-off-by: Florian Pritz <bluewind@server-speed.net> Conflicts: fb.in Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-11clarify -d and -g usageFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-09-11check if the target file existsFlorian Pritz1-0/+7
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-02-02fix unexpected operator error in dashv0.6.8.6Florian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-02-02add support for URLs to -g and -dFlorian Pritz1-0/+10
Try to extract the ID from URLs like http://paste.xinu.at/1234/ Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-02-02fix position of -t in usageFlorian Pritz1-1/+1
-ct works and compresses the created tarball so -t should be listed under options. Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-02-02fix whitespaces in the help messageFlorian Pritz1-14/+14
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2010-12-30fix uploading of filenames containing a commaFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-11-17Switch indentation to tabsFlorian Pritz1-112/+114
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-30Merge branch 'release_changes'Florian Pritz1-0/+171
2010-10-29change the way we generate dist tarballsFlorian Pritz1-0/+170
This no longer displays (git) errors if you use the release tarball. It also adds a make target for fb in order to get rid of the git checking inside fb. Signed-off-by: Florian Pritz <bluewind@xssn.at>