Tweaked version and contributor details
This commit is contained in:
13
README
13
README
@@ -1,9 +1,8 @@
|
||||
TODO.TXT Manager
|
||||
Version 2.1
|
||||
Author: Gina Trapani (ginatrapani@gmail.com)
|
||||
Last updated: 2/23/2009
|
||||
Release date: 5/11/2006
|
||||
TODO.TXT Command Line Interface
|
||||
Latest version: http://github.com/ginatrapani/todo.txt-cli/tree/master
|
||||
First release: 5/11/2006
|
||||
Conceived and released by: Gina Trapani (http://ginatrapani.org)
|
||||
Contributors: http://github.com/ginatrapani/todo.txt-cli/network
|
||||
License: GPL, http://www.gnu.org/copyleft/gpl.html
|
||||
More information and mailing list at http://todotxt.com
|
||||
|
||||
Gina's deploy branch is here: http://github.com/ginatrapani/todo.txt-cli/tree/master If possible fork from there for most convenient integration.
|
||||
To submit patches, fork the repository at http://github.com/ginatrapani/todo.txt-cli/tree/master
|
||||
|
||||
11
todo.sh
11
todo.sh
@@ -4,13 +4,14 @@
|
||||
# Place the todo.cfg file in your home directory or use the -d option for a custom location.
|
||||
|
||||
version() { sed -e 's/^ //' <<EndVersion
|
||||
TODO.TXT Manager
|
||||
Version 2.1
|
||||
Author: Gina Trapani (ginatrapani@gmail.com)
|
||||
Last updated: 2/23/2009
|
||||
Release date: 5/11/2006
|
||||
TODO.TXT Command Line Interface
|
||||
Latest version: http://github.com/ginatrapani/todo.txt-cli/tree/master
|
||||
First release: 5/11/2006
|
||||
Conceived and released by: Gina Trapani (http://ginatrapani.org)
|
||||
Contributors: http://github.com/ginatrapani/todo.txt-cli/network
|
||||
License: GPL, http://www.gnu.org/copyleft/gpl.html
|
||||
More information and mailing list at http://todotxt.com
|
||||
To submit patches, fork the repository at http://github.com/ginatrapani/todo.txt-cli/tree/master
|
||||
EndVersion
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user