Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

w2text(1) [debian man page]

W2TEXT(1)						User Contributed Perl Documentation						 W2TEXT(1)

NAME
w2text - a plain text exporter for w2do SYNOPSIS
w2text [-bS] [-o file] [-s file] [-w width] [-f|-u] [-d date] [-g group] [-p priority] [-t task] w2text -h | -v DESCRIPTION
w2text is a plain text exporter for w2do, a simple to use yet efficient command-line todo manager written in Perl. All tasks are listed by default, but desired subset can be easily selected via specifying options. OPTIONS
General Options -h, --help Display help message and exit. -v, --version Display version information and exit. Specifying Options -t task, --task task Specify the task name. -g group, --group group Specify the group name. The group name should be a single word with maximum of 10 characters, but longer names are shortened automatically. -d date, --date date Specify the due date. Available options are anytime, today, yesterday, tomorrow, month, year, or an exact date in the YYYY-MM-DD format, e.g. 2008-06-17 for 17 June 2008. -p priority, --priority priority Specify the priority. Available options are integers between 1 and 5, where 1 represents the highest priority. -f, --finished Specify the finished task. -u, --unfinished Specify the unfinished task. Additional Options -o file, --output file Use selected file instead of the standard output. -s file, --savefile file Use selected file instead of the default "~/.w2do" as a save file. -w width, --width width Use selected line width; the minimal value is 75. -b, --bare Organise tasks as a single list instead of listing them by groups they belong to. -B, --no-bare Organise tasks to the separate groups; the default option. -S, --no-state Do not display state information in the listing. --with-state Display state information in the listing; the default option. ENVIRONMENT
W2DO_SAVEFILE Use selected file instead of the default "~/.w2do" as a save file. W2DO_WIDTH Use selected line width; the minimal value is 75. FILES
~/.w2do Default save file. SEE ALSO
w2do(1), w2html(1), perl(1). BUGS
To report bugs or even send patches, you can either add new issue to the project bugtracker at <http://code.google.com/p/w2do/issues/>, visit the discussion group at <http://groups.google.com/group/w2do/>, or you can contact the author directly via e-mail. AUTHOR
Written by Jaromir Hradilek <jhradilek@gmail.com>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included as a file called FDL in the main directory of the w2do source package. COPYRIGHT
Copyright (C) 2008, 2009, 2010 Jaromir Hradilek This program is free software; see the source for copying conditions. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Version 2.3.1 2010-02-13 W2TEXT(1)

Check Out this Related 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)
Man Page