-
Notifications
You must be signed in to change notification settings - Fork 0
/
bapho.1
85 lines (84 loc) · 2.24 KB
/
bapho.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.TH bapho 1 "9 Jul 2009"
.SH NAME
bapho \- the [ba]rt9h's [ph]oto [o]rganizer
.SH SYNOPSIS
.BR bapho " [ " \-f " ] "
.BR "bapho --import" " [ " file " ... ] "
.SH OPTIONS
.TP
.B \-f --fullscreen
Start in fullscreen mode.
.TP
.BI --basedir= dir
Directory of your photo collection.
.TP
.BI --temp_dir= dir
Directory for temporary files.
.TP
.B --mv=0
When importing files, do not remove originals.
.TP
.B \-v --verbose
Say what it's doing.
.TP
.BI --geometry= width x height
Initial resolution.
.TP
.B --nop
When importing files, do nothing, just print what would be done.
.TP
\fB--import \fR[ \fIfile \fR... ]
Import files to basedir, then exits (otherwise, start interactive browsing mode).
If no files are specified, try to download from camera with \fBgphoto2\fR(1).
.TP
.BI --cache_size_mb= size
Amount of memory, in megabytes, used to hold used images.
.SH KEYS
.IP "\fBq\fR, \fBcontrol-w \fRor \fBescape"
Closes current view. Closing last view exits the program.
.IP "\fBcontrol-q"
Exits the program.
.IP "\fBarrow keys\fR, \fBpage up/down\fR, \fBmouse wheel"
Jump to next/prev picture/page (space/backspace = page down/up).
.IP "\fBhome\fR/\fBend"
Jump to first/last picture.
.IP "\fBd\fR/\fBm\fR/\fBy"
Jump to first image of next day/month/year.
.IP "\fBD\fR/\fBM\fR/\fBY"
Jump to last image of previous day/month/year.
.IP \fBi
Toggle info display.
.IP \fBe
Toggle exif display.
.IP \fBf \fRor \fBF11
Toggle fullscreen.
.IP "\fB+\fR/\fB-"
Zoom thumbnails in/out.
.IP \fBs
Toggle "_star" flag.
.IP \fB!
Toggle "_hidden" flag.
.IP \fBt
Toggle tag editor.
.IP \fB.
Set last used tag.
.IP \fBcontrol-s
Enter "_star" view.
.IP \fBcontrol-shift-h
Enter "_hidden" view.
.IP \fBtab
Switch between different views.
.IP \fBe
In tag editor, call external editor to edit the .tags file.
.IP \fBdelete
Move files of current picture to ./bapho-trash/
.IP \fBcontrol-d
Calls \fBufraw\fR(1) to develop raw files, \fBgimp\fR(1) to edit the others.
.IP \fBp
Print, in stdout, the paths of the files assiciated with the current picture.
.IP "\fBk j l h gg G"
As in vi.
.SH ENVIRONMENT VARIABLES
All bapho options can be passed through environment variables of the same name, uppercased, and prefixed with \fBBAPHO_\fR.
.P
Examples: \fBBAPHO_BASEDIR\fR, \fBBAPHO_CACHE_SIZE_MB, \fBBAPHO_FULLSCREEN\fR.