From 50b5ed58b06be6f7fe3cbef36a6beddc71409ad7 Mon Sep 17 00:00:00 2001 From: electria Date: Thu, 30 Jul 2026 21:40:14 -0700 Subject: [PATCH 1/2] feat: add to usage reference --- src/usage.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/usage.txt b/src/usage.txt index 94cf3cf..b23e1ad 100644 --- a/src/usage.txt +++ b/src/usage.txt @@ -1,5 +1,7 @@ "o" to open a new image "r" to rotate "i" to invert colors +"f" to switch filter +"b" to toggle the bar "s" to save the image "q" to quit From 2e8a6c8546f5a86d0154fc6abfb6b6930ba49762 Mon Sep 17 00:00:00 2001 From: electria Date: Thu, 30 Jul 2026 21:43:06 -0700 Subject: [PATCH 2/2] feat: use single quotes in usage to reduce noise --- src/usage.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/usage.txt b/src/usage.txt index b23e1ad..1d4c6c1 100644 --- a/src/usage.txt +++ b/src/usage.txt @@ -1,7 +1,7 @@ -"o" to open a new image -"r" to rotate -"i" to invert colors -"f" to switch filter -"b" to toggle the bar -"s" to save the image -"q" to quit +'o' to open a new image +'r' to rotate +'i' to invert colors +'f' to switch filter +'b' to toggle the bar +'s' to save the image +'q' to quit