Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

odot(1) [debian man page]

ODOT(1) 						User Contributed Perl Documentation						   ODOT(1)

NAME
Odot - A task list manager SYNOPSIS
odot [FILE] DESCRIPTION
Odot is a task list manager that organizes tasks hierarchically and emphasizes ones which are due. You can add tasks by either using the "Add" button at the bottom or the right click context menu. A new row will be appended and you can immediately start editing it. Tasks can be modified by highlighting the row and activating the cell that should be edited. Cells are activated by either clicking on them or by pressing [Enter] when they are focused. Existing tasks can be deleted with the "Delete" button, the equivalent menu entry or by hitting the [Del] key. When editing a node, you can press [Up] or [Down] to commit changes to the current node and move to and edit the previous or next node. You can reorder tasks by dragging and dropping them wherever you like or by using [Alt] plus the arrow key that denotes the direction you want. Indenting and unindenting can also be achieved via [Tab] and [Backspace] respectively. You can sort the children of a task alpha- betically by using the "Sort" or the "Sort Recursively" menu item. You can cut / copy and paste nodes including all their children with [Ctrl]+[x] / [Ctrl]+[C] and [Ctrl]+[v]. Every change is undoable by pressing [Ctrl]+[z] and every undone change is redoable by pressing [Ctrl]+[Shift]+[z]. If its due date is only two days ahead of the current date, the task will be printed bold. If a task is due today, it's printed bold and italic. If a task is overdue, it's printed italic. If a due task is hidden because one of its ancestors is collapsed, these ancestors are printed underlined. OPTIONS
You can specify where Odot should store the tasks by passing a filename as a commandline argument. The default is ~/.odot. AUTHOR
Torsten Schoenfeld <kaffeetisch@gmx.de>. COPYRIGHT
Copyright (C) 2003-2004 Torsten Schoenfeld 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 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA perl v5.8.7 2005-12-07 ODOT(1)

Check Out this Related Man Page

kacpimon(8)						      System Manager's Manual						       kacpimon(8)

NAME
kacpimon - Kernel ACPI Event Monitor SYNOPSIS
kacpimon DESCRIPTION
kacpimon is a monitor program that connects to three sources of ACPI events: 1. /proc/acpi/event 2. netlink 3. the input layer (/dev/input/event*) kacpimon then reports on what it sees while it is connected. Use kacpimon to make sure your kernel is sending acpi-related events via the three sources mentioned above. Since both acpid and kacpimon connect to the same sources, be sure to kill acpid before running kacpimon: sudo killall acpid Also be sure to run kacpimon as root or else it won't be able to open /proc/acpi/event or the input layer: sudo ./kacpimon If you want to pipe the output of kacpimon to a file, be sure to use the "Esc" key to exit rather than Ctrl-C. Using Ctrl-C will cause output to be lost. FILES
/proc/acpi/event kernel ACPI event file /dev/input/event* input layer event files SEE ALSO
acpi_listen(8), acpid(8) AUTHOR
Ted Felix <www.tedfelix.com> TODO
- Make kacpimon something that actually gets installed? LICENSE
kacpimon - Kernel ACPI Event Monitor Copyright (C) 2009 Ted Felix (www.tedfelix.com) 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 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Or visit www.gnu.org. Nov 2009 kacpimon(8)
Man Page