1Osmo(1) Osmo(1)
2
3
4
6 Osmo - a handy personal organizer
7
9 osmo [option]
10
12 Osmo is a handy personal organizer, which includes calendar, tasks man‐
13 ager, address book and notes modules. It was designed to be a small,
14 easy to use and good looking PIM tool to help to manage personal infor‐
15 mation.
16
18 -c, --calendar
19 Show small calendar window
20
21 -e, --check
22 Check for events since last run
23
24 -d, --days
25 Number of days to check forward for events (default: 0)
26
27 -q, --mutt-query=STRING
28 Match contacts with given string
29
30 --html-stylesheet=FILE
31 Use the specified stylesheet(CSS) file for the HTML renderer.
32 Suitable for matching the content in the HTML renderer with the
33 GTK theme.
34
35 -?, --help
36 Output help information and exit.
37
39 The files are stored in locations indicated by XDG_CONFIG_HOME and
40 XDG_DATA_HOME environmental variables.
41
42 The default locations:
43
44 $HOME/.config/osmo/config.xml - configuration
45 $HOME/.local/share/osmo/calendar_notes.xml - calendar groups and notes
46 $HOME/.local/share/osmo/contacts_records.xml - contacts data
47 $HOME/.local/share/osmo/ical_files.xml - active iCalendar files
48 $HOME/.local/share/osmo/notes_entries.xml - notes list
49 $HOME/.local/share/osmo/notes/*.osm - notes data files
50 $HOME/.local/share/osmo/tasks_entries.xml - tasks data
51
53 To run this program the standard way type:
54
55 osmo
56
57 To run small calendar type:
58
59 osmo -c
60
61 To check events for two days since today type:
62
63 osmo -e -d 2
64
66 http://clayo.org/osmo
67
69 Tomasz Maka <pasp@users.sourceforge.net> (programming)
70 Piotr Maka <silloz@users.sourceforge.net> (programming)
71 Maja Kocon (http://pinky-babble.org) (graphics)
72
74 Markus Dahms <mad@automagically.de> (LibSyncML support)
75 Nacho Alonso González <nacho.alonso.gonzalez@gmail.com> (Windows port)
76 Maarten Faddegon <info@maartenfaddegon.nl> (Mutt query command)
77 Maxim Gordienko <mgordienko@users.sf.net> (GUI fixes and updates)
78
79
80
81
82Tomasz Maka <pasp@users.sourceforge.ne0t.>4.2 Osmo(1)