mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
208 lines
7.9 KiB
HTML
208 lines
7.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Task 1.4.2</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<link rel="stylesheet" href="task.css" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div id="toolbar">
|
|
<a href="task.html">Home</a>
|
|
<a href="setup.html">Setup</a>
|
|
<a href="30second.html">30-second Tutorial</a>
|
|
<a href="simple.html">Simple</a>
|
|
<a href="advanced.html">Advanced</a>
|
|
<a href="shell.html">Shell</a>
|
|
<a href="config.html">Configuration</a>
|
|
<a href="color.html">Colors</a>
|
|
<a href="usage.html">Usage</a>
|
|
<a href="recur.html">Recurrence</a>
|
|
<a href="date.html">Date Handling</a>
|
|
<a href="troubleshooting.html">Troubleshooting</a>
|
|
<a href="versions.html">Old Versions</a>
|
|
</div>
|
|
|
|
<div id="content">
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<h1 class="title">Task</h1>
|
|
<p>
|
|
Task is an open source, command-line, TODO list manager.
|
|
</p>
|
|
|
|
<p>
|
|
Here you will find information on how to acquire, build, configure,
|
|
use and become proficient with the task program.
|
|
</p>
|
|
|
|
<ul>
|
|
<li><a href="setup.html">Quick Setup</a>
|
|
<li><a href="30second.html">30-second Tutorial</a>
|
|
<li><a href="simple.html">Simple Usage</a>
|
|
<li><a href="advanced.html">Advanced Usage</a>
|
|
<li><a href="shell.html">Interacting with the Shell</a>
|
|
<li><a href="config.html">Configuring Task</a>
|
|
<li><a href="color.html">Color</a>
|
|
<li><a href="usage.html">Task Command Usage</a>
|
|
<li><a href="recur.html">Recurring Tasks</a>
|
|
<li><a href="date.html">Date Handling</a>
|
|
<li><a href="troubleshooting.html">Troubleshooting</a>
|
|
<li><a href="versions.html">Old Versions</a>
|
|
|
|
<li>Filters (coming soon)
|
|
</ul>
|
|
|
|
<p>
|
|
More documents are being written, and will be added here.
|
|
</p>
|
|
|
|
<p>
|
|
Alternatively, watch the
|
|
<a href="http://www.youtube.com/watch?v=D2Kn4DMOVSw">task movie</a>
|
|
which illustrates many of task's features.
|
|
</p>
|
|
|
|
<br />
|
|
<h2 class="title">Get the Latest Release</h2>
|
|
|
|
<div class="content">
|
|
<table>
|
|
<tr>
|
|
<td>Source:</td>
|
|
<td><a href="http://www.beckingham.net/task-1.4.2.tar.gz">task-1.4.2.tar.gz</a></td>
|
|
</tr>
|
|
<!--
|
|
<tr>
|
|
<td>Mac OS X 10.5 (Leopard) Intel-only:</td>
|
|
<td><a href="http://www.beckingham.net/task-1.4.2.pkg">task-1.4.2.pkg</a></td>
|
|
</tr>
|
|
-->
|
|
<!--
|
|
<tr>
|
|
<td>
|
|
Debian package:
|
|
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>):
|
|
</td>
|
|
<td><a href="http://www.beckingham.net/task_1.4.2-1_i386.deb">task_1.4.2-1_i386.deb</a></td>
|
|
</tr>
|
|
-->
|
|
</table>
|
|
|
|
<h4>New in version 1.4.2 (9/18/2008)</h4>
|
|
<ul>
|
|
<li>"task undo" can now retract a "task done" command, provided no
|
|
reports have been run.
|
|
<li>Task now correctly sorts on entire strings, instead of just the
|
|
first character (thanks to Andy Lester).
|
|
<li>Task now uses dashes (-----) to underline column headings when
|
|
color is disabled (thanks to Vincent Fleuranceau).
|
|
<li>Task now allows mixed case attribute names (pri:, PRI:, Pri: ...)
|
|
and commands (add, ADD, Add ...) (thanks to Vincent Fleuranceau).
|
|
<li>Task now supports a default project and priority for new tasks, via
|
|
the new "default.project" and "default.priority" configuration variables
|
|
(thanks to Vincent Fleuranceau).
|
|
<li>Task supports improved word-wrapping to the terminal width.
|
|
<li>Task now supports "default.command" configuration variable (for example
|
|
it could contain "list due:tomorrow") which is the command that is run
|
|
whenever task is invoked with no arguments.
|
|
<li>Task supports modifying the existing description of a task, with the
|
|
following syntax: task <id> "new description ...".
|
|
<li>Fixed bug so that relative dates in filters (task list due:eom,
|
|
task list due:tomorrow, task list due:23rd ...) are now properly
|
|
supported.
|
|
<li>Fixed bug so that source now properly includes <string.h> in
|
|
order to build clean using gcc 4.3 (thanks to H. İbrahim Güngör)
|
|
</ul>
|
|
|
|
<p>
|
|
(Find out <a href="versions.html">what was new in prior versions</a>)
|
|
</p>
|
|
|
|
<h2>Troubleshooting</h2>
|
|
<p>
|
|
Task has been built from source and tested in the following environments:
|
|
</p>
|
|
|
|
<ul>
|
|
<li>OS X 10.4 Tiger
|
|
<li>OS X 10.5 Leopard
|
|
<li>Fedora Core 8
|
|
<li>Fedora Core 9
|
|
<li>Ubuntu 7 Feisty Fawn
|
|
<li>Ubuntu 8 Hardy Heron
|
|
<li>Solaris 10
|
|
<li>Cygwin 1.5.25-14
|
|
</ul>
|
|
|
|
<p>
|
|
If you have difficulties building task, have found a bug, have a
|
|
suggestion for improvement, or a feature request, please send mail to
|
|
<a href="mailto:task@beckingham.net">task@beckingham.net</a>.
|
|
</p>
|
|
|
|
<p>
|
|
Take a look at the <a href="troubleshooting.html">troubleshooting guide</a>
|
|
for tips and workarounds to problems.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
<br />
|
|
<div class="content">
|
|
<p>
|
|
Copyright 2006-2008, P. Beckingham. All rights reserved.
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|
|
</td>
|
|
|
|
<td align="right" valign="top" width="200px">
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
|
|
<script type="text/javascript"><!--
|
|
google_ad_client = "pub-9709799404235424";
|
|
/* Task Main */
|
|
google_ad_slot = "8660617875";
|
|
google_ad_width = 120;
|
|
google_ad_height = 600;
|
|
//-->
|
|
</script>
|
|
<script type="text/javascript"
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
</script>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
var pageTracker = _gat._getTracker("UA-4737637-1");
|
|
pageTracker._initData();
|
|
pageTracker._trackPageview();
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|
|
|