Graph
-
Merge pull request #23 from nfultz/master2020-04-11, by Steve Losh
-
simplify exact prefix match2019-06-25, by Neal Fultz
-
Apply quiet/verbose to task adding, fix tests2020-04-11, by Steve Losh
-
Merge pull request #21 from brennerm/return-id-after-adding2020-04-11, by Steve Losh
-
add printing of id after adding a task2018-04-10, by Max Brenner
-
Whitespace2020-04-11, by Steve Losh
-
Fix tests2020-04-11, by Steve Losh
-
Die if there are any newlines inside the task text2020-04-11, by Steve Losh
-
Update URLs2020-01-15, by Steve Losh
-
Update URLs2019-12-23, by Steve Losh
-
Fixes #7: Count on bash prompt does not work properly.2017-12-31, by Alexar
-
Merge pull request #9 from benjaminwhite/brokenurl2016-11-08, by Steve Losh
-
Fixed task warrior url2014-03-01, by Ben White
-
Merge.2016-11-03, by Steve Losh
-
Rehash tasks after editing.2011-09-27, by sealion
-
Fix for Python 3 again2016-10-09, by Steve Losh
-
Merge.2016-10-09, by Steve Losh
-
Python 3 compatibility2013-04-07, by Paul Moore
-
Unfuck indentation and clean up IOError handling2016-10-02, by Steve Losh
-
Intercept common IO errors exceptions.2013-08-31, by Dereckson
-
Backed out changeset 50ef027aa02c2012-10-09, by Steve Losh
-
Specify python2 explicitly.2012-02-14, by Denis Kasak
-
Remove unused variable.2011-09-20, by Steve Losh
-
Merge.2011-09-20, by Steve Losh
-
Allow comments in tasks files2011-09-01, by Shrikant-Sharat
-
Merge.2011-09-20, by Steve Losh
-
Fix taskline parsing to allow pipes(|) in task2011-09-09, by zack
-
Merge.2011-09-20, by Steve Losh
-
Added remove task functionality.2011-09-09, by chanux
-
Add option --done to list done tasks.2011-09-20, by sealion
-
Merge.2011-05-10, by Steve Losh
-
provide setup script2010-11-10, by Kevin Bullock
-
docs: fix a typo in the usage string2011-05-09, by Daniel J. Lauk
-
docs: README formatting2010-10-03, by Steve Losh
-
tests: add a test for sort order2010-10-03, by Steve Losh
-
Added tag v1.2.0 for changeset 7cbbec2d86e12010-10-03, by Steve Losh
-
Added tag v1.1.0 for changeset 2693d5c857a52010-10-03, by Steve Losh
-
Whitespace.2010-10-03, by Steve Losh
-
Added tag semver for changeset a882490073a12010-10-03, by Steve Losh
-
Added tag v1.0.0 for changeset a882490073a12010-10-03, by Steve Losh
-
Add a venv and requirements file.2010-10-03, by Steve Losh
-
Remove some unneeded commenting.2010-10-03, by Steve Losh
-
Remove the prefixcheck file.2010-10-03, by Steve Losh
-
Style changes.2010-10-03, by Steve Losh
-
Improved the _prefix() method of t, and added a test utility to confirm the new method works and runs faster - the same code on Python 3.1 runs much faster.2010-06-12, by Michael Diamond@Artemis
-
Add the --delete-if-empty options for Desktop users.2010-01-21, by Steve Losh
-
Support lines without metadata in taskfiles to ease plaintext editing.2009-09-29, by Steve Losh
-
Fix a bug when working with new tasklists.2009-09-29, by Steve Losh
-
Add "-g/--grep" because typing "| grep -i" is too much work.2009-09-28, by Steve Losh
-
Refactor the tasks to taskline parsing, and add padding to the textfile.2009-09-28, by Steve Losh
-
Clean up a few things.2009-09-17, by Steve Losh
-
Fix the substitution problem for find-strings that start with 's'.2009-09-17, by Steve Losh
-
Mark the documentation bug as finished.2009-09-11, by Steve Losh
-
Hyphenate command-line in the README.2009-09-11, by Steve Losh
-
Reword the README a bit.2009-09-11, by Steve Losh
-
Reword a couple of things in the README.2009-09-11, by Steve Losh
-
Add the prompt section.2009-09-11, by Steve Losh
-
Add more to the README.2009-09-11, by Steve Losh
-
Add tips and tricks.2009-09-11, by Steve Losh
-
Add the installation and usage sections to the README.2009-09-11, by Steve Losh
-
Start working on the README.2009-09-11, by Steve Losh
-
Allow for IDs that are substrings of other IDs.2009-09-11, by Steve Losh
-
Add a LICENSE (X11).2009-09-11, by Steve Losh
-
Add a --quiet option and refactor the option list.2009-09-11, by Steve Losh
-
Remove unnecessary options.2009-09-11, by Steve Losh
-
Update bugs to prepare for release.2009-09-11, by Steve Losh
-
Add a bug.2009-09-08, by Steve Losh
-
Add bugs.2009-09-08, by Steve Losh
-
Fix the disappearing finished tasks.2009-09-01, by Steve Losh
-
Adjust whitespace.2009-08-29, by Steve Losh
-
Changes from pylint.2009-08-29, by Steve Losh
-
Change a variable name to avoid shadowing a builtin.2009-08-29, by Steve Losh
-
Make a variable name better.2009-08-29, by Steve Losh
-
Fix the super calls.2009-08-29, by Steve Losh
-
Call the super methods for the exception classes.2009-08-29, by Steve Losh
-
Add more docstrings.2009-08-29, by Steve Losh
-
Add a bug list.2009-08-29, by Steve Losh
-
Make the errors friendlier.2009-08-29, by Steve Losh
-
Add another exception to differentiate Unknown/Ambiguous prefixes.2009-08-29, by Steve Losh
-
Rename the build_parser method to make it obviously private.2009-08-29, by Steve Losh
-
Rearrange some functions.2009-08-29, by Steve Losh
-
Add task editing.2009-08-29, by Steve Losh
-
Refactor out the task-getting into getitem.2009-08-29, by Steve Losh
-
Change variable names to avoid shadowing builtins.2009-08-29, by Steve Losh
-
Fix a few things from pylint.2009-08-26, by Steve Losh
-
Remove an unused import.2009-08-26, by Steve Losh
-
Rearrange the class methods.2009-08-26, by Steve Losh
-
Add another docstring.2009-08-26, by Steve Losh
-
Move the main functionality into a _main() function.2009-08-26, by Steve Losh
-
Add some docstrings.2009-08-26, by Steve Losh
-
Fix the tilde expansion problem.2009-08-26, by Steve Losh
-
Enable the taskdir option.2009-08-26, by Steve Losh
-
Formatting and whitespace.2009-08-26, by Steve Losh
-
Initial commit.2009-08-26, by Steve Losh