1VIMIV(1)                             vimiv                            VIMIV(1)
2
3
4

NAME

6       vimiv - an image viewer with vim-like keybindings
7

SYNOPSIS

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]  [-b  DIRECTORY]  [--basedir
13       DIRECTORY] [--debug MODULE]
14

DESCRIPTION

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

OPTIONS

34   positional arguments
35       PATH
36          Paths to open
37
38   optional arguments
39       -h, --help
40          show this help message and exit
41
42       -f, --fullscreen
43          Start fullscreen
44
45       -v, --version
46          Print version information and exit
47
48       -g WIDTHxHEIGHT, --geometry 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       -s OPTION VALUE, --set 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       -b DIRECTORY, --basedir DIRECTORY
70          Directory to use for all storage
71
72   development arguments
73       --debug MODULE
74          Force showing debug log messages of MODULE
75

WEBSITE

77       https://karlch.github.io/vimiv-qt/
78

AUTHOR

80       Christian Karl
81
83       2017-2020, Christian Karl
84
85
86
87
88                                 Mar 07, 2020                         VIMIV(1)
Impressum