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 thermald The Linux Thermal Daemon program from 01.org R
tidy-viewer CLI csv pretty printer that uses column styling A tidy-viewer CLI csv pretty printer that uses column styling A
timew Timewarrior, A command line time tracking application R timew Timewarrior, A command line time tracking application R
timg Terminal Image and Video Viewer A
tlp Linux Advanced Power Management R tlp Linux Advanced Power Management R
tmux Terminal multiplexer R tmux Terminal multiplexer R
toilet free replacement for the FIGlet utility. A 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 Powerful x86 virtualization for enterprise as well as home use R
virtualbox-guest-iso The official VirtualBox Guest Additions ISO image R virtualbox-guest-iso The official VirtualBox Guest Additions ISO image R
visidata Terminal spreadsheet multitool for discovering and arranging data 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 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 wavemon Ncurses-based monitoring application for wireless network devices R
waybar Highly customizable Wayland bar for Sway and Wlroots based compositors 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] \*.as[fx]
\ {View using unique mplayer instance} \ {View using unique mplayer instance}
\ umpv %f &, \ umpv %f &,
\ {View in timg} \ {View in viu}
\ timg --title --center --clear %f; read -k 1 -s -r, \ viu --name %f; read -k 1 -s -r,
\ {View using ffplay} \ {View using ffplay}
\ ffplay -fs -autoexit %f, \ ffplay -fs -autoexit %f,
\ {View using Dragon} \ {View using Dragon}
@ -431,8 +431,8 @@ fileviewer *.[1-8] man ./%c | col -b
" Gif " Gif
filextype *.gif filextype *.gif
\ {View in timg} \ {View in viu}
\ timg --loops=2 --title --center --clear %f; read -k 1 -s -r, \ viu --once --name %f; read -k 1 -s -r,
\ {Loop} \ {Loop}
\ mpv --loop=inf %f %i &, \ mpv --loop=inf %f %i &,
fileviewer *.gif fileviewer *.gif
@ -442,8 +442,8 @@ fileviewer *.gif
" Images " Images
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
\ {View in timg} \ {View in viu}
\ timg --title --center --clear %f; read -k 1 -s -r, \ viu --name %f; read -k 1 -s -r,
\ {View in nsxiv directory viewer} \ {View in nsxiv directory viewer}
\ vifm-thumbnailer %c, \ vifm-thumbnailer %c,
\ {View in imv} \ {View in imv}
@ -459,7 +459,7 @@ filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
\ {View in gpicview} \ {View in gpicview}
\ gpicview %c, \ gpicview %c,
fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
\ timg -g%pwx%ph -pq %c \ viu -b -w %pw -h %ph %c
" OpenRaster " OpenRaster
filextype *.ora filextype *.ora
@ -618,10 +618,6 @@ fileviewer * vifm-default-viewer %c
" Various customization examples " 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 " Add additional place to look for executables
" "
" let $PATH = $HOME.'/bin/fuse:'.$PATH " let $PATH = $HOME.'/bin/fuse:'.$PATH