소스 검색
Update preview-tui (#674)
Co-authored-by: akimdi <akimdi@users.noreply.github.com>
master
lvgx
GitHub
4 년 전
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
plugins/preview-tui
|
@@ -173,7 +173,7 @@ preview_file () { |
|
|
fifo_pager man -Pcat -l "$1" |
|
|
fifo_pager man -Pcat -l "$1" |
|
|
else |
|
|
else |
|
|
if exists bat; then |
|
|
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 |
|
|
"$1" 2>/dev/null |
|
|
else |
|
|
else |
|
|
$PAGER "$1" & |
|
|
$PAGER "$1" & |
|
|