1VIMIV(1) vimiv VIMIV(1)
2
3
4
6 vimiv - an image viewer with vim-like keybindings
7
9 vimiv [PATH] [-h] [--help] [-f] [--fullscreen] [-v] [--version] [-g
10 WIDTHxHEIGHT] [--geometry WIDTHxHEIGHT] [--temp-basedir] [--config
11 FILE] [--keyfile FILE] [-s OPTION VALUE] [--set OPTION VALUE]
12 [--log-level LEVEL] [--command COMMAND] [--debug MODULE]
13
15 Vimiv is an image viewer with vim-like keybindings. It is written in
16 python3 using the Qt5 toolkit and is free software, licensed under the
17 GPL. Some of the features are:
18
19 · Simple library browser
20
21 · Thumbnail mode
22
23 · Basic image editing
24
25 · Command line with tab completion
26
27 · Complete customization with style sheets
28
29 A much more complete documentation can be found under
30 https://karlch.github.io/vimiv-qt/.
31
33 positional arguments
34 PATH
35 Paths to open
36
37 optional arguments
38 -h, --help
39 show this help message and exit
40
41 -f, --fullscreen
42 Start fullscreen
43
44 -v, --version
45 Print version information and exit
46
47 -g WIDTHxHEIGHT, --geometry WIDTHxHEIGHT
48 Set the starting geometry
49
50 --temp-basedir
51 Use a temporary basedir
52
53 --config FILE
54 Use FILE as local configuration file
55
56 --keyfile FILE
57 Use FILE as keybinding file
58
59 -s OPTION VALUE, --set OPTION VALUE
60 Set a temporary setting
61
62 --log-level LEVEL
63 Set log level to LEVEL
64
65 --command COMMAND
66 Run COMMAND on startup, usable multiple times
67
68 development arguments
69 --debug MODULE
70 Force showing debug log messages of MODULE
71
73 https://karlch.github.io/vimiv-qt/
74
76 Christian Karl
77
79 2018-2019, Christian Karl
80
81
82
83
84 Nov 01, 2019 VIMIV(1)