Go to file
Jack L. Frost b118e40f72 rm didn't work if the file was already uploaded 2015-07-05 17:14:27 +03:00
LICENSE license 2014-10-16 13:27:28 +04:00
README.md README 2015-03-08 19:49:37 +03:00
sup rm didn't work if the file was already uploaded 2015-07-05 17:14:27 +03:00
supd New tool: supd 2015-04-17 00:42:06 +03:00

README.md

LICENSE

All scripts here are released uder the ISC permissive free software license (http://en.wikipedia.org/wiki/ISC_license). It basically says that you can do whatever you like with the code as long as you credit the author and provide the license with it. Also see LICENSE in the repo.

Support

I do not promise any support for any of the provided scripts. That said, I'll do what I can for you if I'm not too busy and/or drunk.

General information

The paths are all configurable of course. The help information that the scripts give is dynamic and is provided here only for reference.

Scripts

sup

A very simple tool to upload files to the zfh.so file hosting

Usage: sup [-RsF] [-D num] [file/url]"
Flags:
    -R                   # Remove the file after uploading.
    -s                   # Make a screenshot and upload it instead of a file.
    -F                   # Make a fullscreen shot instead of prompting for a window/area. Implies -s.
    -D <num>             # Delay the shot by <num> seconds.
    -p                   # Make the file private. Requires $secret to be set in the config.

Config options (~/.suprc):
    secret               # Your personal token. Get it at https://zfh.so/settings_form
    cfg_screenshot_ext   # Screenshot file type, used by scrot.
    # Others are self-explanatory:
    cfg_url_regex
    cfg_tmp_dir
    cfg_script_url