terminal: Change timg for viu

This commit is contained in:
Marty Oehme 2023-03-21 18:26:32 +01:00
parent 384ff59a3f
commit b52ecda093
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
2 changed files with 8 additions and 12 deletions

View File

@ -286,7 +286,6 @@ texlab A cross-platform implementation of the Language Server Protocol for LaTeX
thermald The Linux Thermal Daemon program from 01.org R
tidy-viewer CLI csv pretty printer that uses column styling A
timew Timewarrior, A command line time tracking application R
timg Terminal Image and Video Viewer A
tlp Linux Advanced Power Management R
tmux Terminal multiplexer R
toilet free replacement for the FIGlet utility. A
@ -320,6 +319,7 @@ virt-manager Desktop user interface for managing virtual machines R
virtualbox Powerful x86 virtualization for enterprise as well as home use R
virtualbox-guest-iso The official VirtualBox Guest Additions ISO image R
visidata Terminal spreadsheet multitool for discovering and arranging data R
viu Simple terminal image viewer R
wallabag-client Command line client for the self hosted read-it-later app Wallabag A
wavemon Ncurses-based monitoring application for wireless network devices R
waybar Highly customizable Wayland bar for Sway and Wlroots based compositors R

Can't render this file because it contains an unexpected character in line 298 and column 64.

View File

@ -396,8 +396,8 @@ filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
\*.as[fx]
\ {View using unique mplayer instance}
\ umpv %f &,
\ {View in timg}
\ timg --title --center --clear %f; read -k 1 -s -r,
\ {View in viu}
\ viu --name %f; read -k 1 -s -r,
\ {View using ffplay}
\ ffplay -fs -autoexit %f,
\ {View using Dragon}
@ -431,8 +431,8 @@ fileviewer *.[1-8] man ./%c | col -b
" Gif
filextype *.gif
\ {View in timg}
\ timg --loops=2 --title --center --clear %f; read -k 1 -s -r,
\ {View in viu}
\ viu --once --name %f; read -k 1 -s -r,
\ {Loop}
\ mpv --loop=inf %f %i &,
fileviewer *.gif
@ -442,8 +442,8 @@ fileviewer *.gif
" Images
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
\ {View in timg}
\ timg --title --center --clear %f; read -k 1 -s -r,
\ {View in viu}
\ viu --name %f; read -k 1 -s -r,
\ {View in nsxiv directory viewer}
\ vifm-thumbnailer %c,
\ {View in imv}
@ -459,7 +459,7 @@ filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
\ {View in gpicview}
\ gpicview %c,
fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
\ timg -g%pwx%ph -pq %c
\ viu -b -w %pw -h %ph %c
" OpenRaster
filextype *.ora
@ -618,10 +618,6 @@ fileviewer * vifm-default-viewer %c
" Various customization examples
" Use ag (the silver searcher) instead of grep
"
" set grepprg='ag --line-numbers %i %a %s'
" Add additional place to look for executables
"
" let $PATH = $HOME.'/bin/fuse:'.$PATH