From c419c169a0fe52c54453f752fb092029084825c6 Mon Sep 17 00:00:00 2001 From: Fabian Weik Date: Thu, 5 Oct 2023 15:40:14 +0200 Subject: [PATCH] update README to reflect the latest changes --- README.md | 2 ++ reSnap.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ea56dd..2e8ef14 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ reMarkable screenshots over ssh. - `-n --no-display` Force program to not display the snapshot. - `-c --og-color` Turn off color correction (color correction is only active for the reMarkable2) - `-p --og-pixel-format` Turns off the byte correction (use this if your reMarkable is on version < 3.6) +- `-x --clipboard` Copies the result into the clipboard. +- `-f --sketch` Removes the white background from the result. - `-v --version` Displays version. - `-h --help` Displays help information. diff --git a/reSnap.sh b/reSnap.sh index b6e5a9f..44c49c5 100755 --- a/reSnap.sh +++ b/reSnap.sh @@ -66,7 +66,7 @@ while [ $# -gt 0 ]; do exit 0 ;; -h | --help | *) - echo "Usage: $0 [-l] [-d] [-n] [-v] [-x] [--source ] [--output ] [-h]" + echo "Usage: $0 [-l] [-d] [-n] [-v] [-x] [-f] [--source ] [--output ] [-h]" echo "Examples:" echo " $0 # snapshot in portrait" echo " $0 -l # snapshot in landscape" @@ -76,6 +76,7 @@ while [ $# -gt 0 ]; do echo " $0 -n # don't display the file" echo " $0 -c # no color correction (reMarkable2)" echo " $0 -x # Copy snapshot to clipboard also" + echo " $0 -f # Remove white background" echo " $0 -p # no pixel format correction (reMarkable2 version < 3.6)" echo " $0 -v # displays version" echo " $0 --sketch # Construct sketc"