Merge pull request #1586 from luukvbaal/preview-tui

Preview-tui restore current working directory
This commit is contained in:
Arun 2023-02-17 18:42:50 +05:30 committed by GitHub
commit 9357825b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ preview_file() {
else
fifo_pager ls -F --group-directories-first --color=always
fi
cd ..
elif [ "${encoding#*)}" = "binary" ]; then
handle_mime "$1" "$mimetype" "$ext" "bin"
else