summaryrefslogtreecommitdiffstats
path: root/fb.in
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Fix bug with 0-byte files on Darwinv1.0.4n0nsense/masterFlorian Pritz1-1/+1
2012-05-07Replace echo with printfFlorian Pritz1-24/+28
2012-05-07Replace -n option to echo with | tr -d "\n"Florian Pritz1-1/+1
2012-04-06Print "better" message when $file can't be readFlorian Pritz1-2/+3
2012-04-04Error on 0-byte filesFlorian Pritz1-0/+4
2012-03-14properly quote all uses of $STAT.v1.0Moritz Wilhelmy1-3/+3
2012-03-14unify `uname -s` casesFlorian Pritz1-5/+8
2012-03-01use pbcopy instead of xclip on DarwinFlorian Pritz1-1/+5
2012-02-18fb.in: fix stat call on darwinFlorian Pritz1-2/+1
2012-02-14Fixes errors on Mac OS XMarkus1-0/+1
2012-01-25add -# to reduce curl progress outputFlorian Pritz1-1/+1
2012-01-25fall back to openssl if base64 executable is not availableFlorian Pritz1-1/+13
2012-01-25check for getopts before using itFlorian Pritz1-0/+5
2012-01-25merge functions and shell helper into main scriptFlorian Pritz1-9/+44
2012-01-04fix stat calls on non-gnu systemsFlorian Pritz1-2/+4
2011-11-24add new functions: is_url() do_tar_upload()v0.9.1Florian Pritz1-12/+34
2011-11-24remove fetched files even when upload failedFlorian Pritz1-3/+2
2011-10-10remove unused USERAGENT variableFlorian Pritz1-1/+0
2011-09-15fix mktemp lineMoritz Wilhelmy1-1/+1
2011-09-15avoid reading output from type shell-builtinMoritz Wilhelmy1-1/+1
2011-09-12improve error handlingFlorian Pritz1-18/+16
2011-09-12rework tar/compression code; reduce dependenciesFlorian Pritz1-30/+37
2011-09-11Revert "add -C option: gpg encryption"v0.9Florian Pritz1-14/+1
2011-09-11fetch history from serverFlorian Pritz1-15/+2
2011-08-15quote filename and add date to -HFlorian Pritz1-1/+1
2011-08-15don't add error to the historyFlorian Pritz1-3/+5
2011-08-09remove ids from the history when called with -dFlorian Pritz1-1/+6
2011-08-09add a local history; -H optionFlorian Pritz1-1/+18
2011-06-27add -C option: gpg encryptionFlorian Pritz1-1/+14
2011-06-04display error when required executables are missingv0.8Florian Pritz1-0/+11
2011-06-04use -c for decompression when used with -gFlorian Pritz1-2/+8
2011-06-04remove dependency on curl binaryFlorian Pritz1-26/+8
2011-06-03print errors to stderrFlorian Pritz1-1/+1
2011-06-03print an error if -t is used when operating on stdinFlorian Pritz1-0/+4
2011-06-03fix indentation in help messageFlorian Pritz1-2/+2
2011-06-03display error when calling -d or -g without IDFlorian Pritz1-1/+4
2011-06-03simplify curl callsFlorian Pritz1-6/+2
2011-06-03move -d and -g codeFlorian Pritz1-12/+16
2011-06-03clarify -d and -g usageFlorian Pritz1-2/+2
2011-04-10don't run xclip if $CLIPBOARD is emptyv0.7Florian Pritz1-1/+3
2011-04-10use type to determine if xclip is availableFlorian Pritz1-1/+1
2011-03-23switch license to GPLv3Florian Pritz1-1/+1
2011-03-21fall back to curl if fb-upload is unavailableFlorian Pritz1-3/+21
2011-03-20use helper script instead of curl for uploadingFlorian Pritz1-16/+5
2011-03-10check if the target file existsFlorian Pritz1-0/+7
2011-02-02fix unexpected operator error in dashv0.6.8.6Florian Pritz1-2/+2
2011-02-02add support for URLs to -g and -dFlorian Pritz1-0/+10
2011-02-02fix position of -t in usageFlorian Pritz1-1/+1
2011-02-02fix whitespaces in the help messageFlorian Pritz1-14/+14
2010-12-30fix uploading of filenames containing a commaFlorian Pritz1-1/+2