Copyright
- Made all the copyright notices consistent. It was bothering me.
This commit is contained in:
@@ -12,60 +12,5 @@ echo 'include /usr/local/share/doc/task/rc/dark-violets-256.theme' >> x
|
|||||||
echo 'include /usr/local/share/doc/task/rc/holidays-US.rc' >> x
|
echo 'include /usr/local/share/doc/task/rc/holidays-US.rc' >> x
|
||||||
echo 'color.alternate=' >> x
|
echo 'color.alternate=' >> x
|
||||||
|
|
||||||
echo 'report.list.columns=id,project,priority_long,start,due,recur,age_compact,tags,description' >> x
|
|
||||||
echo 'report.list.labels=ID,Project,Pri,Started,Due,Recur,Age,Tags,Description' >> x
|
|
||||||
echo 'report.list.sort=due+,priority_long-,project+' >> x
|
|
||||||
|
|
||||||
# Import tasks with old timestamps
|
|
||||||
cat <<EOF >file.yaml
|
|
||||||
%YAML 1.1
|
|
||||||
---
|
|
||||||
task:
|
|
||||||
description: Try out the color themes
|
|
||||||
entry: 1281914800
|
|
||||||
start: 1282044800
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 13afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Visit http://taskwarrior.org
|
|
||||||
entry: 1281089630
|
|
||||||
tags: www
|
|
||||||
priority: H
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 23afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Review task list
|
|
||||||
entry: 1281289630
|
|
||||||
due: 1282844800
|
|
||||||
recur: weekly
|
|
||||||
project: gtd
|
|
||||||
status: pending
|
|
||||||
uuid: 33afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Try out latest FireFox beta
|
|
||||||
entry: 1281289630
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 43afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
...
|
|
||||||
EOF
|
|
||||||
|
|
||||||
printf "y\n" | task rc:x import file.yaml
|
|
||||||
|
|
||||||
# Now the visible part.
|
|
||||||
echo
|
|
||||||
echo '$ task calendar sep 2010'
|
|
||||||
task rc:x calendar sep 2010
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo '$ task calendar'
|
|
||||||
task rc:x calendar
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo '$ task overdue'
|
|
||||||
task rc:x 2 done
|
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
||||||
|
|||||||
@@ -12,60 +12,5 @@ echo 'include /usr/local/share/doc/task/rc/dark-violets-256.theme' >> x
|
|||||||
echo 'include /usr/local/share/doc/task/rc/holidays-US.rc' >> x
|
echo 'include /usr/local/share/doc/task/rc/holidays-US.rc' >> x
|
||||||
echo 'color.alternate=' >> x
|
echo 'color.alternate=' >> x
|
||||||
|
|
||||||
echo 'report.list.columns=id,project,priority_long,start,due,recur,age_compact,tags,description' >> x
|
|
||||||
echo 'report.list.labels=ID,Project,Pri,Started,Due,Recur,Age,Tags,Description' >> x
|
|
||||||
echo 'report.list.sort=due+,priority_long-,project+' >> x
|
|
||||||
|
|
||||||
# Import tasks with old timestamps
|
|
||||||
cat <<EOF >file.yaml
|
|
||||||
%YAML 1.1
|
|
||||||
---
|
|
||||||
task:
|
|
||||||
description: Try out the color themes
|
|
||||||
entry: 1281914800
|
|
||||||
start: 1282044800
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 13afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Visit http://taskwarrior.org
|
|
||||||
entry: 1281089630
|
|
||||||
tags: www
|
|
||||||
priority: H
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 23afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Review task list
|
|
||||||
entry: 1281289630
|
|
||||||
due: 1282844800
|
|
||||||
recur: weekly
|
|
||||||
project: gtd
|
|
||||||
status: pending
|
|
||||||
uuid: 33afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Try out latest FireFox beta
|
|
||||||
entry: 1281289630
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 43afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
...
|
|
||||||
EOF
|
|
||||||
|
|
||||||
printf "y\n" | task rc:x import file.yaml
|
|
||||||
|
|
||||||
# Now the visible part.
|
|
||||||
echo
|
|
||||||
echo '$ task calendar sep 2010'
|
|
||||||
task rc:x calendar sep 2010
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo '$ task calendar'
|
|
||||||
task rc:x calendar
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo '$ task overdue'
|
|
||||||
task rc:x 2 done
|
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
||||||
|
|||||||
@@ -12,60 +12,5 @@ echo 'include /usr/local/share/doc/task/rc/dark-violets-256.theme' >> x
|
|||||||
echo 'include /usr/local/share/doc/task/rc/holidays-US.rc' >> x
|
echo 'include /usr/local/share/doc/task/rc/holidays-US.rc' >> x
|
||||||
echo 'color.alternate=' >> x
|
echo 'color.alternate=' >> x
|
||||||
|
|
||||||
echo 'report.list.columns=id,project,priority_long,start,due,recur,age_compact,tags,description' >> x
|
|
||||||
echo 'report.list.labels=ID,Project,Pri,Started,Due,Recur,Age,Tags,Description' >> x
|
|
||||||
echo 'report.list.sort=due+,priority_long-,project+' >> x
|
|
||||||
|
|
||||||
# Import tasks with old timestamps
|
|
||||||
cat <<EOF >file.yaml
|
|
||||||
%YAML 1.1
|
|
||||||
---
|
|
||||||
task:
|
|
||||||
description: Try out the color themes
|
|
||||||
entry: 1281914800
|
|
||||||
start: 1282044800
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 13afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Visit http://taskwarrior.org
|
|
||||||
entry: 1281089630
|
|
||||||
tags: www
|
|
||||||
priority: H
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 23afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Review task list
|
|
||||||
entry: 1281289630
|
|
||||||
due: 1282844800
|
|
||||||
recur: weekly
|
|
||||||
project: gtd
|
|
||||||
status: pending
|
|
||||||
uuid: 33afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Try out latest FireFox beta
|
|
||||||
entry: 1281289630
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 43afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
...
|
|
||||||
EOF
|
|
||||||
|
|
||||||
printf "y\n" | task rc:x import file.yaml
|
|
||||||
|
|
||||||
# Now the visible part.
|
|
||||||
echo
|
|
||||||
echo '$ task calendar sep 2010'
|
|
||||||
task rc:x calendar sep 2010
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo '$ task calendar'
|
|
||||||
task rc:x calendar
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo '$ task overdue'
|
|
||||||
task rc:x 2 done
|
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
||||||
|
|||||||
@@ -12,60 +12,5 @@ echo 'include /usr/local/share/doc/task/rc/dark-violets-256.theme' >> x
|
|||||||
echo 'include /usr/local/share/doc/task/rc/holidays-US.rc' >> x
|
echo 'include /usr/local/share/doc/task/rc/holidays-US.rc' >> x
|
||||||
echo 'color.alternate=' >> x
|
echo 'color.alternate=' >> x
|
||||||
|
|
||||||
echo 'report.list.columns=id,project,priority_long,start,due,recur,age_compact,tags,description' >> x
|
|
||||||
echo 'report.list.labels=ID,Project,Pri,Started,Due,Recur,Age,Tags,Description' >> x
|
|
||||||
echo 'report.list.sort=due+,priority_long-,project+' >> x
|
|
||||||
|
|
||||||
# Import tasks with old timestamps
|
|
||||||
cat <<EOF >file.yaml
|
|
||||||
%YAML 1.1
|
|
||||||
---
|
|
||||||
task:
|
|
||||||
description: Try out the color themes
|
|
||||||
entry: 1281914800
|
|
||||||
start: 1282044800
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 13afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Visit http://taskwarrior.org
|
|
||||||
entry: 1281089630
|
|
||||||
tags: www
|
|
||||||
priority: H
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 23afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Review task list
|
|
||||||
entry: 1281289630
|
|
||||||
due: 1282844800
|
|
||||||
recur: weekly
|
|
||||||
project: gtd
|
|
||||||
status: pending
|
|
||||||
uuid: 33afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
task:
|
|
||||||
description: Try out latest FireFox beta
|
|
||||||
entry: 1281289630
|
|
||||||
project: software
|
|
||||||
status: pending
|
|
||||||
uuid: 43afada0-a446-8d5a-c213-30d99d52c4b0
|
|
||||||
...
|
|
||||||
EOF
|
|
||||||
|
|
||||||
printf "y\n" | task rc:x import file.yaml
|
|
||||||
|
|
||||||
# Now the visible part.
|
|
||||||
echo
|
|
||||||
echo '$ task calendar sep 2010'
|
|
||||||
task rc:x calendar sep 2010
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo '$ task calendar'
|
|
||||||
task rc:x calendar
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo '$ task overdue'
|
|
||||||
task rc:x 2 done
|
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# taskwarrior - a command line task list manager.
|
# taskwarrior - a command line task list manager.
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2010, Paul Beckingham.
|
# Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# taskwarrior - a command line task list manager.
|
# taskwarrior - a command line task list manager.
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2010, Paul Beckingham.
|
# Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# taskwarrior - a command line task list manager.
|
# taskwarrior - a command line task list manager.
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2010, Paul Beckingham.
|
# Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# taskwarrior - a command line task list manager.
|
# taskwarrior - a command line task list manager.
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2010, Paul Beckingham.
|
# Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# taskwarrior - a command line task list manager.
|
# taskwarrior - a command line task list manager.
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2010, Paul Beckingham.
|
# Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# taskwarrior - a command line task list manager.
|
# taskwarrior - a command line task list manager.
|
||||||
#
|
#
|
||||||
# Copyright 2010, Paul Beckingham.
|
# Copyright 2010, Paul Beckingham, Federico Hernandez.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# taskwarrior - a command line task list manager.
|
# taskwarrior - a command line task list manager.
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2010, Paul Beckingham.
|
# Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# taskwarrior - a command line task list manager.
|
# taskwarrior - a command line task list manager.
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2010, Paul Beckingham.
|
# Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it under
|
# This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Taskwarrior Lua API
|
// Taskwarrior Lua API
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2009, Paul Beckingham.
|
// Copyright 2006 - 2009, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2009, Paul Beckingham.
|
// Copyright 2006 - 2009, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2009, Paul Beckingham.
|
// Copyright 2006 - 2009, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2009, Paul Beckingham.
|
// Copyright 2006 - 2009, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2010, Paul Beckingham.
|
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## taskwarrior - a command line task list manager.
|
## taskwarrior - a command line task list manager.
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2010, Paul Beckingham.
|
## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify it under
|
## This program is free software; you can redistribute it and/or modify it under
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user