File: alarm-clock-applet.pod

package info (click to toggle)
alarm-clock-applet 0.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,264 kB
  • sloc: ansic: 4,334; xml: 71; sh: 11; makefile: 8
file content (79 lines) | stat: -rw-r--r-- 1,790 bytes parent folder | download | duplicates (2)
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
=head1 NAME

alarm-clock-applet - Alarm Clock for your notification area

=head1 SYNOPSIS

=over 8

=item B<alarm-clock-applet --help>

=item B<alarm-clock-applet [-h|--hidden]>

=item B<alarm-clock-applet [-s|--stop-all]>

=item B<alarm-clock-applet [-z|--snooze-all]>

=back

=head1 DESCRIPTION

B<Alarm Clock Applet> is an applet providing alarm clock functionality which
lives within the notification area. It is easy to use yet powerful with
support for multiple and repeatable alarms, as well as snoozing, and a
flexible notification system.

Two types of alarms are supported: B<Alarm Clocks> and B<Timers>.

Notification can be done by either playing a sound, launching an application,
showing a notification bubble, or any combination of the aforementioned
options.

Please see https://alarm-clock-applet.github.io/ for more information.

=head1 OPTIONS

=over 8

=item B<-h, --hidden>

Starts the application minimized to tray.

=item B<-s, --stop-all>

Stops all alarms.

=item B<-z, --snooze-all>

Snoozes all alarms.

=item B<-?, --help>

Shows help options.

=item B<-v, --version>

Displays information about the currently installed version and exists.

=back

=head1 BUGS

Please report bugs at https://github.com/alarm-clock-applet/alarm-clock/issues/

=head1 AUTHORS

B<Alarm Clock Applet> was written by Tasos Sahanidis <tasos@tasossah.com> and
Johannes H. Jensen <joh@pseudoberries.com>.

=head1 COPYRIGHT

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

=cut