Skip to content

Commit 7bb34de

Browse files
committed
chore: clear terminal before displaying EXIF data
This pull request fixes issue #2424.
1 parent ad09fb8 commit 7bb34de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yazi-config/preset/yazi-default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ reveal = [
4646
{ run = 'open -R "$1"', desc = "Reveal", for = "macos" },
4747
{ run = 'explorer /select,"%1"', orphan = true, desc = "Reveal", for = "windows" },
4848
{ run = 'termux-open "$(dirname "$1")"', desc = "Reveal", for = "android" },
49-
{ run = '''exiftool "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show EXIF", for = "unix" },
49+
{ run = '''clear; exiftool "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show EXIF", for = "unix" },
5050
]
5151
extract = [
5252
{ run = 'ya pub extract --list "$@"', desc = "Extract here", for = "unix" },

0 commit comments

Comments
 (0)