From 340d8cff99d80f562b7cd3728f6d9618f0aa1feb Mon Sep 17 00:00:00 2001 From: Syping Date: Wed, 29 Oct 2025 04:35:09 +0100 Subject: [PATCH] update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48c0236..fca5f7d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Open Source RAGE Photo CLI based on libragephoto - Read/Write RAGE Photos with get/set commands -- Support for stdin/stdout in JPEG option and output +- Support for stdin/stdout in input/output and JPEG option #### Build ragephoto-cli @@ -29,9 +29,12 @@ ragephoto-cli get "$INPUT" title # Replacing JPEG ragephoto-cli set "$INPUT" --jpeg "photo.jpg" +# Replacing JSON +ragephoto-cli set "$INPUT" --json "$JSON" + # Patching Signature ragephoto-cli set "$INPUT" --update-sign # Updating Title -ragephoto-cli set "$INPUT" --title "New Photo Title" +ragephoto-cli set "$INPUT" --title "$TITLE" ```