diff --git a/README.md b/README.md index 2aa2524..71eb96c 100644 --- a/README.md +++ b/README.md @@ -13,38 +13,11 @@ Scripts ufw --- -ufw is the main one, it uploads shit. - - - Usage: ufw [-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 # Supply a dexcription. - -D # Delay the shot by seconds. - -p # Make the file public. - -u # Generate a shortlink from URL. - -m # Maximum filesize (takes K, M and G suffixes). - -a # Add the file to an album. - -A # API response format. - - Config options (~/.config/ufw): - secret # Your personal token. Get it at https://zfh.so/settings_form - cfg_screenshot_ext # Screenshot file type, used by scrot. - cfg_max_filesize # Maximum filesize in megabytes. - # Others are self-explanatory: - cfg_url_regex - cfg_tmp_dir - cfg_service_url +ufw can upload files to 8fw.me, shorten urls and show you your ip. +Call ufw -h for help. ufwd ---- ufwd periodically checks a directory of your choosing (defaults to $XDG_RUNTIME DIR/ufwd) and invokes ufw to upload the files and remove them. - - Usage: ufwd [-hn] [-d workdir] -D [check delay] -- [ufw flags] - -h # Show this message. - -n # Enable notifications with notify-send. Must be installed. - -d [path] # Set the dir that is to be watched. - -D [sec] # Set the check interval. +Call ufwd -h for help. diff --git a/ufw b/ufw index 4d78887..b6a855c 100755 --- a/ufw +++ b/ufw @@ -28,10 +28,10 @@ usage() { -d|--description # Supply a description. -D|--screenshot-delay # Delay the shot by seconds. -p|--public # Make the file public. - -u|--shorten # Generate a shortlink from URL. + -u|--shorten # Generate a shortlink from URL. -S|--short-url # Get a shortlink when uploading a file. -P|--page-url # Get a link to the file page instead of a direct one. - -m|--max-filesize # Maximum filesize (takes K, M and G suffixes). + -m|--max-filesize [suf] # Maximum filesize (takes K, M and G suffixes). -a|--album-id # Add the file to an album. -A|--album-name # Add the file to an album by name. The album will be crated, if necessary.