mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Documentation snapshot, version bump.
This commit is contained in:
parent
586883a98d
commit
011ad8fafd
4 changed files with 70 additions and 8 deletions
7
NEWS
7
NEWS
|
@ -1,6 +1,13 @@
|
|||
|
||||
Welcome to Task 1.0.0.
|
||||
|
||||
Task has been built and tested on the following configurations:
|
||||
|
||||
- OS X 10.5 Leopard
|
||||
- Fedora Core 8
|
||||
- Fedora Core 9
|
||||
- Ubuntu 8
|
||||
|
||||
While Task has undergone much testing, bugs are sure to remain. If you
|
||||
encounter a bug, please contact me at bugs@beckingham.net. Here is what you
|
||||
could do, in order of increasing effort (to you) and usefulness (to me):
|
||||
|
|
12
README
12
README
|
@ -14,16 +14,14 @@ frequently, with best practices and useful reports evolving from usage patterns.
|
|||
|
||||
Task is scope-limited to GTD functionality only.
|
||||
|
||||
Task has been built and tested on the following configurations:
|
||||
You may want to jump straight to the TUTORIAL file, or perhaps watch the old
|
||||
task movie on YouTube:
|
||||
|
||||
- OS X 10.5 Leopard
|
||||
- Fedora Core 8
|
||||
http://www.youtube.com/watch?v=l68LCl6BYvs
|
||||
|
||||
or the new improved one:
|
||||
|
||||
You may want to jump straight to the TUTORIAL file, or perhaps watch the task
|
||||
movie on YouTube:
|
||||
|
||||
http://?????????????????
|
||||
http:/www.youtube.com/watch?v=????????????
|
||||
|
||||
Either will give you a fairly good idea of what task is capable of, and whether
|
||||
it fits in to your way of working. As a command line application, task is not
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(task, 0.9.8, bugs@beckingham.net)
|
||||
AC_INIT(task, 0.9.9, bugs@beckingham.net)
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_SRCDIR([src/task.cpp])
|
||||
AC_CONFIG_HEADER([auto.h])
|
||||
|
|
57
script.txt
Normal file
57
script.txt
Normal file
|
@ -0,0 +1,57 @@
|
|||
cat hello
|
||||
alias t=task
|
||||
t add do laundry
|
||||
t add project:garage order dumpster
|
||||
t add +phone tell mom i loveher
|
||||
t add +phone pro:garage schedule goodwill pickup
|
||||
t add +email pro:garage ask tom if he wants that old bike
|
||||
t list
|
||||
|
||||
t 1 pro:home
|
||||
t 3 pro:home tell mom i love her
|
||||
t list pro:garage
|
||||
t lis +phone
|
||||
t li pro:garage +phone
|
||||
t l mom
|
||||
|
||||
t 1 priority:H
|
||||
t pri:H 3
|
||||
t 1 pri:M
|
||||
t l
|
||||
t 2 pri:L
|
||||
t l
|
||||
t do 3
|
||||
t l
|
||||
|
||||
# There can be an arbitrary number of tags.
|
||||
t 2 +phone +mistake
|
||||
# Oops!
|
||||
t 2 -mistake
|
||||
t tags
|
||||
|
||||
t projects
|
||||
|
||||
t 3 fg:white
|
||||
t l
|
||||
t 4 bg:red fg:yellow
|
||||
t l
|
||||
t 4 bg:
|
||||
t l
|
||||
t 4 fg:
|
||||
|
||||
t 1 due:12/23/2006
|
||||
t l
|
||||
t calendar
|
||||
t 1 due:12/16/2006
|
||||
t l
|
||||
t cal
|
||||
|
||||
t start 1
|
||||
t active
|
||||
t do 1
|
||||
t l
|
||||
t do 3
|
||||
t do 1
|
||||
t active
|
||||
t summary
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue