This is the command w2text that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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.
Use w2text online using onworks.net services