Kaynağa Gözat
Update preview-tui (#674)
Co-authored-by: akimdi <akimdi@users.noreply.github.com>
master
lvgx
GitHub
4 yıl önce
ebeveyn
işleme
53bbcbc223
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
plugins/preview-tui
|
|
@@ -173,7 +173,7 @@ preview_file () { |
|
|
|
fifo_pager man -Pcat -l "$1" |
|
|
|
else |
|
|
|
if exists bat; then |
|
|
|
fifo_pager bat --paging=never --decorations=always --color=always \ |
|
|
|
fifo_pager bat --terminal-width="$cols" --paging=never --decorations=always --color=always \ |
|
|
|
"$1" 2>/dev/null |
|
|
|
else |
|
|
|
$PAGER "$1" & |
|
|
|