1VIMIV(1) vimiv VIMIV(1)
2
3
4
6 vimiv - an image viewer with vim-like keybindings
7
9 vimiv [-bBfFhlLrRsSv] [--start-from-desktop] [--slideshow]
10 [--slideshow-delay SLIDESHOW-DELAY] [-g, --geometry GEOMETRY]
11 [--temp-basedir] [--config FILE] [--debug] [FILE] ...
12
14 Vimiv is an image viewer with vim-like keybindings. It is written in
15 python3 using the Gtk3 toolkit. Some of the features are:
16
17 · Thumbnail mode
18
19 · Simple library browser
20
21 · Basic image editing
22
23 · Command line with tab completion
24
25 The complete documentation is not included in this manpage but is
26 available at:
27
28 ⟨http://karlch.github.io/vimiv/documentation/⟩
29
31 -b, --bar
32 display the statusbar
33
34 -f, --fullscreen
35 start in fullscreen
36
37 -h, --help
38 display a simple help text
39
40 -l, --library
41 display the library
42
43 -r, --recursive
44 search the directory recursively for images
45
46 -s, --shuffle
47 shuffle the filelist
48
49 -v, --version
50 show version information and exit
51
52 --start-from-desktop
53 start using the desktop_start_dir as path
54
55 --slideshow
56 start in slideshow mode
57
58 --slideshow-delay SLIDESHOW_DELAY
59 set the slideshow delay
60
61 -g, --geometry GEOMETRY
62 set the starting geometry
63
64 --temp-basedir
65 use a temporary basedir
66
67 --config FILE
68 use FILE as local configuration file instead of $XDG_CON‐
69 FIG_HOME/vimiv/vimivrc and ~/.vimiv/vimivrc.
70
71 --debug
72 run in debug mode
73
74 All capitals negate the setting, so e.g. -B means do not display the
75 statusbar. For the long version prepend no-, e.g. --no-bar.
76
78 Probably. Please contact me under <karlch at protonmail dot com> or,
79 even better, open an issue on the github homepage.
80
82 vimivrc(5)
83
85 James Campos, author of Pim ⟨https://github.com/Narrat/Pim⟩ upon which
86 vimiv is built.
87
88 Bert Muennich, author of sxiv ⟨https://github.com/muennich/sxiv⟩ which
89 inspired many of the features of vimiv.
90
91 Anyone who has contributed or reported bugs.
92
94 Website ⟨https://karlch.github.io/vimiv/⟩
95
96 Github ⟨https://github.com/karlch/vimiv/⟩
97
98
99
100Linux May 2017 VIMIV(1)