summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-14minimise differences to manpage in masterv0.6.9n0nsense/legacylegacyMoritz Wilhelmy1-37/+42
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-15first draft of a mdoc(7) manpage replacing the podMoritz Wilhelmy4-86/+151
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-11add .PHONY target to makefileFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-09-11fb.pod: add a pipe exampleFlorian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-09-11fb.pod: rewordFlorian Pritz1-5/+5
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 Pritz2-4/+4
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-02fix whitespace errors in manpageFlorian Pritz1-6/+6
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
2011-02-02add support for URLs to -g and -dFlorian Pritz2-0/+12
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 Pritz2-5/+5
-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>
2011-01-22use --dirty in the versionFlorian Pritz1-1/+1
This add -dirty to the version string if the working copy has been modified. 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 Pritz3-10/+12
2010-10-30add help message for -vFlorian Pritz2-0/+4
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-29change the way we generate dist tarballsFlorian Pritz3-10/+12
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>
2010-10-29add -v (version) optionFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-29fix handling of files beginning with a dash (-)v0.6.8.5Florian Pritz1-10/+10
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24fix typo in manpageFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24add netrc info to manpageFlorian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24add MANDIR/BINDIR; remove license install; fix VERSION callFlorian Pritz1-7/+7
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24add version targetv0.6.8.4Florian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24add .gitignoreFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24add dist target; get version from git tagsFlorian Pritz2-6/+20
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24release 0.6.8.3v0.6.8.3Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24reduce memory consumption when uploadingFlorian Pritz1-3/+11
Pipeing the file to curl causes curl to store it in memory until it recieves an EOF. Therefore we should only use a pipe if we can't upload dynamic files. Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24fix uploading of dynamic filesv0.6.8.2Florian Pritz1-2/+2
curl is unable to determine the size of dynamic files like /proc/cpuinfo because they are only stored in memory and dynamically generated when read. Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23release 0.6.8.1v0.6.8.1Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23add COPYING to MakefileFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23add licenseFlorian Pritz1-0/+13
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23add a Makefilev0.6.8Florian Pritz1-0/+15
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23add documentationFlorian Pritz1-0/+68
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23small help changesFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23initial commitFlorian Pritz1-0/+161
Signed-off-by: Florian Pritz <bluewind@xssn.at>