Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-11 | Bring --help in line with manpage | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-11 | Remove unused variables | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-11 | Remove debug code | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-11 | Drop --id option | Florian Pritz | 1 | -6/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-11 | Fix fb -g missing / in URL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-11 | fb.1: Document id:// | Florian Pritz | 2 | -5/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-28 | Assert that we get an id for each file we upload | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-28 | Remove unecessary list comprehension | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-28 | Remove Paste class | Florian Pritz | 1 | -7/+4 | |
Just use one class for clarity. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-28 | Improve "File too big" error message | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-28 | Clean up already fixed FIXME | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-28 | Remove already fixed TODO | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-27 | Fix downloading of URLs ending in / | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-27 | Improve naming for FBClient.dl_file | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-03-27 | Support mixing IDs and files | Florian Pritz | 1 | -40/+66 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-02-13 | Add --id option to create multipaste from IDs | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-02-13 | Add some empty lines for readability | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-02-13 | Handle ctrl-c | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-02-13 | Fix compression handling | Florian Pritz | 1 | -8/+40 | |
gzip/xz compressed the original file and removed the uncompressed version. This is really bad so compress to a temp file. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-12-09 | Fix ID extraction from URLs | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-11-29 | Use ANSI code to clear output line | Florian Pritz | 1 | -11/+3 | |
\033[K clears the line starting from the cursor position. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-11-09 | Save temp file in tempdir | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-11-08 | Handle URL arguments | Florian Pritz | 1 | -1/+37 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Humanize sizes in history output | Florian Pritz | 1 | -2/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Drop Enum dependency in favor of python2 | Florian Pritz | 1 | -2/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Adjust shebang to convention | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Allow for missing config file | Florian Pritz | 1 | -8/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Ignore missing clipboard commands | Florian Pritz | 1 | -2/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: Use version variable from Makefile | Florian Pritz | 1 | -2/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | Drop old fb-client and adjust Makefile | Florian Pritz | 4 | -913/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.1: Update documentation for v2 | Florian Pritz | 1 | -24/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-18 | fb.py: makedirs: Check if dir already exists | Florian Pritz | 1 | -2/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-14 | fb.py: display_history: Handle multipastes | Florian Pritz | 1 | -4/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-14 | fb.py: Use correct config field for max request size | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-13 | Add first version of fb-client v2v2.0.0.alpha.1 | Florian Pritz | 1 | -0/+573 | |
Granted, this is pretty complete for a first commit... Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-07-27 | Automatically create multipastev1.5.0 | Florian Pritz | 2 | -2/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-06-17 | Use bash regex instead of sed -rv1.4.3 | Florian Pritz | 1 | -2/+3 | |
sed -r is not supported on OS X and using bash actually makes the code easier. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-03 | fb-helper: Enable response compressionv1.4.2 | Florian Pritz | 1 | -0/+2 | |
This especially improves speed when displaying long histories. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-11-19 | Remove tempfile in do_uploadv1.4.1 | Florian Pritz | 1 | -0/+1 | |
This would upload the data.* files if one runs `fb -m $url1 $url2` Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Support multipastesv1.4 | Florian Pritz | 3 | -12/+79 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Remove one more mention of netrc | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-20 | Update manpage: deprecate netrc; misc cleanupv1.3.3 | Florian Pritz | 1 | -16/+20 | |
- https instead of http - MiB instead of MB - Tell users to use api keys rathern than netrc Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-02-19 | Support combining -n and -t to set the tarball namev1.3.2 | Florian Pritz | 2 | -4/+4 | |
This does change the default from upload to stdin, but I don't care. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-08 | Create all required directories for apikeyv1.3.1 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Fix conflict between --data-urlencode and -Fv1.3.0 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Use bash arrays to allow spaces in apikey file path | Florian Pritz | 1 | -18/+18 | |
This also fixes a bug in the shell uploader which used single quotes around the argument to --data-urlencode which sadly doesn't work at all. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Document -a and -H in manpage | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-28 | Create config dir if neededv1.2.1 | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-15 | fb-helper: Fix improper handling of failing realloc() in load_file() | Florian Pritz | 1 | -2/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-15 | Makefile: use CC from env if set | Florian Pritz | 1 | -1/+1 | |
Allows us to run scan-build Signed-off-by: Florian Pritz <bluewind@xinu.at> |