logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

w2text - a plain text exporter for w2do

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.

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.

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.

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.

Name

       w2text - a plain text exporter for w2do

Options

GeneralOptions-h, --help
           Display help message and exit.

       -v, --version
           Display version information and exit.

   SpecifyingOptions-ttask, --tasktask
           Specify the task name.

       -ggroup, --groupgroup
           Specify  the  group  name.  The group name should be a single word with maximum of 10 characters, but
           longer names are shortened automatically.

       -ddate, --datedate
           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.

       -ppriority, --prioritypriority
           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.

   AdditionalOptions-ofile, --outputfile
           Use selected file instead of the standard output.

       -sfile, --savefilefile
           Use selected file instead of the default "~/.w2do" as a save file.

       -wwidth, --widthwidth
           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.

See Also

w2do(1), w2html(1), perl(1).

Synopsis

w2text [-bS] [-ofile] [-sfile] [-wwidth] [-f|-u] [-ddate] [-ggroup] [-ppriority] [-ttask]

       w2text-h | -v

See Also