1KUPFER(1) KUPFER(1)
2
3
4
6 kupfer - Convenient command and access tool for applications and docu‐
7 ments
8
10 kupfer [ OPTIONS | FILE ... ]
11 kupfer-exec FILE ...
12
13
15 Kupfer is an interface for quick and convenient access to applications
16 and their documents.
17
18 The most typical use is to find a specific application and launch it.
19 We have tried to make Kupfer easy to extend with plugins so that this
20 quick-access paradigm can be extended to many more objects than just
21 applications.
22
23 kupfer-exec is a helper script that can execute commands saved to file,
24 but only by connecting to an already running instance of Kupfer.
25
27 Running kupfer on the command line (without options) will try to show
28 the program it if already running.
29
30 Kupfer can be invoked with a list of files
31 kupfer FILE ...
32
33 This can be used to select files given as command-line arguments in the
34 program. Then you can invoke actions even on objects from a shell-based
35 context.
36
37 You may also pipe text to kupfer to pass it to a currently running
38 instance of the program.
39
41 --no-splash
42 Launch without presenting main interface
43
44 --list-plugins
45 Display a list of all installed plugins
46
47 --debug
48 Enable more verbose output that can help understanding the pro‐
49 gram's operation.
50
51 --relay
52 Is deprecated and will be started by the Multihead Support plug‐
53 in when needed
54
55 --exec-helper=HELPER
56 Run plugin helper program, which should be the name of a module
57 inside kupfer.
58
59 The following are generic options
60
61 --help Display usage information
62
63 --version
64 Display version information
65
67 Custom plugins are added to kupfer by installing them to the directory
68 ~/.local/share/kupfer/plugins, or any kupfer/plugins directory in any
69 of $XDG_DATA_DIRS.
70
72 If KUPFER_NO_CUSTOM_PLUGINS is set, only allow loading built-in plugins
73 (installed in the program's python package).
74
75 If KUPFER_NO_CACHE is set, do not load from or write to any source
76 cache files.
77
79 Ulrik Sverdrup <ulrik.sverdrup@gmail.com>
80
81
82
83
84 2011 KUPFER(1)