1VIMIV(1) vimiv VIMIV(1)
2
3
4
6 vimiv - an image viewer with vim-like keybindings
7
9 vimiv [PATH] [--help|-h] [--fullscreen|-f] [--version|-v] [--geometry
10 WIDTHxHEIGHT|-g WIDTHxHEIGHT] [--temp-basedir] [--config FILE] [--key‐
11 file FILE] [--set OPTION VALUE|-s OPTION VALUE] [--log-level LEVEL]
12 [--command COMMAND] [--basedir DIRECTORY|-b DIRECTORY] [--output
13 TEXT|-o TEXT] [--input|-i] [--debug MODULE] [--qt-args ARGS]
14
16 Vimiv is an image viewer with vim-like keybindings. It is written in
17 python3 using the Qt5 toolkit and is free software, licensed under the
18 GPL. Some of the features are:
19
20 • Simple library browser
21
22 • Thumbnail mode
23
24 • Basic image editing
25
26 • Command line with tab completion
27
28 • Complete customization with style sheets
29
30 A much more complete documentation can be found under
31 https://karlch.github.io/vimiv-qt/.
32
34 POSITIONAL ARGUMENTS
35 PATH
36 Paths to open
37
38 OPTIONS
39 --help, -h
40 show this help message and exit
41
42 --fullscreen, -f
43 Start fullscreen
44
45 --version, -v
46 Print version information and exit
47
48 --geometry WIDTHxHEIGHT, -g WIDTHxHEIGHT
49 Set the starting geometry
50
51 --temp-basedir
52 Use a temporary basedir
53
54 --config FILE
55 Use FILE as local configuration file
56
57 --keyfile FILE
58 Use FILE as keybinding file
59
60 --set OPTION VALUE, -s OPTION VALUE
61 Set a temporary setting
62
63 --log-level LEVEL
64 Set log level to LEVEL
65
66 --command COMMAND
67 Run COMMAND on startup, usable multiple times
68
69 --basedir DIRECTORY, -b DIRECTORY
70 Directory to use for all storage
71
72 --output TEXT, -o TEXT
73 Wildcard expanded string to print to standard output upon quit
74
75 --input, -i
76 Read paths to open from standard input
77
78 DEVELOPMENT ARGUMENTS
79 --debug MODULE
80 Force showing debug log messages of MODULE
81
82 --qt-args ARGS
83 Arguments to pass to qt directly, use quotes to pass multiple argu‐
84 ments
85
87 https://karlch.github.io/vimiv-qt/
88
90 Christian Karl
91
93 2017-2022, Christian Karl
94
95
96
97
98 Jan 08, 2022 VIMIV(1)