From 97e2aafa383677ac749e68e0d2631449171a846f Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Fri, 23 Aug 2019 21:07:53 +0100 Subject: README: Fix errors in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 78d63da..907a26d 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ imv's key bindings can be customised to trigger custom behaviour: = exec mogrify -rotate 90 "$imv_current_file" # Use dmenu as a prompt for tagging the current image - u = exec echo $imv_current_file >> ~/tags/$(ls ~/tags | dmenu -p "tag") + u = exec echo "$imv_current_file" >> ~/tags/$(ls ~/tags | dmenu -p "tag") ### Scripting @@ -101,7 +101,7 @@ For example: imv-msg $imv_pid open ~/new_path # Run another script against the currently open file - imv-msg $imv_pid exec another-script.sh $imv_current_file + imv-msg $imv_pid exec another-script.sh '$imv_current_file' done -- cgit v1.2.3