a372e4e37c2c
|
Update URLs
|
Steve Losh |
2019-12-23 |
b183c1d51530
|
Fixes #7: Count on bash prompt does not work properly.
|
Alexar |
2017-12-31 |
655800c5080d
|
Merge pull request #9 from benjaminwhite/brokenurl
|
Steve Losh |
2016-11-08 |
4ba594ce5fdb
|
Fixed task warrior url
|
Ben White |
2014-03-01 |
bbf7f8da61d3
|
Merge.
|
Steve Losh |
2016-11-03 |
f6b4283ab1f9
|
Rehash tasks after editing.
|
sealion |
2011-09-27 |
ddd4a3af16d7
|
Fix for Python 3 again
|
Steve Losh |
2016-10-09 |
1d79df25277b
|
Merge.
|
Steve Losh |
2016-10-09 |
27d8f89d64c3
|
Python 3 compatibility
|
Paul Moore |
2013-04-07 |
bc7821308e0b
|
Unfuck indentation and clean up IOError handling
|
Steve Losh |
2016-10-02 |
78a1340b652d
|
Intercept common IO errors exceptions.
|
Dereckson |
2013-08-31 |
1c496e933168
|
Backed out changeset 50ef027aa02c
|
Steve Losh |
2012-10-09 |
50ef027aa02c
|
Specify python2 explicitly.
|
Denis Kasak |
2012-02-14 |
6311beda0836
|
Remove unused variable.
|
Steve Losh |
2011-09-20 |
44d920ae117e
|
Merge.
|
Steve Losh |
2011-09-20 |
65b004631139
|
Allow comments in tasks files
|
Shrikant-Sharat |
2011-09-01 |
2e3102258623
|
Merge.
|
Steve Losh |
2011-09-20 |
6af374f52295
|
Fix taskline parsing to allow pipes(|) in task
|
zack |
2011-09-09 |
e8ad76b464c2
|
Merge.
|
Steve Losh |
2011-09-20 |
2d2bbd81ed58
|
Added remove task functionality.
|
chanux |
2011-09-09 |
804731e83b69
|
Add option --done to list done tasks.
|
sealion |
2011-09-20 |
2f7fcbc59b02
|
Merge.
|
Steve Losh |
2011-05-10 |
a8a16830ff00
|
provide setup script
|
Kevin Bullock |
2010-11-10 |
985ec6033d0d
|
docs: fix a typo in the usage string
|
Daniel J. Lauk |
2011-05-09 |
92ba778ede62
|
docs: README formatting
|
Steve Losh |
2010-10-03 |
65228e79868e
|
tests: add a test for sort order
|
Steve Losh |
2010-10-03 |
9bb1865858a7
|
Added tag v1.2.0 for changeset 7cbbec2d86e1
|
Steve Losh |
2010-10-03 |
7cbbec2d86e1
|
Sort tasks by ID in the output.
v1.2.0
|
Steve Losh |
2010-10-03 |
70a8dbc508e2
|
Added tag v1.1.0 for changeset 2693d5c857a5
|
Steve Losh |
2010-10-03 |
2693d5c857a5
|
Remove extra padding in task files to aid in merging.
v1.1.0
|
Steve Losh |
2010-10-03 |
e48c6cafa0de
|
Whitespace.
|
Steve Losh |
2010-10-03 |
c23b5287092f
|
Added tag semver for changeset a882490073a1
|
Steve Losh |
2010-10-03 |
4c81c2bfe20e
|
Added tag v1.0.0 for changeset a882490073a1
|
Steve Losh |
2010-10-03 |
a882490073a1
|
Add some Cram tests.
semver v1.0.0
|
Steve Losh |
2010-10-03 |
55cabe4a5fdd
|
Add a venv and requirements file.
|
Steve Losh |
2010-10-03 |
52540acf4f80
|
Remove some unneeded commenting.
|
Steve Losh |
2010-10-03 |
887b6b2b7564
|
Remove the prefixcheck file.
|
Steve Losh |
2010-10-03 |
21a4c758ca73
|
Style changes.
|
Steve Losh |
2010-10-03 |
9d004bdf5b1d
|
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.
|
Michael Diamond@Artemis |
2010-06-12 |
c00fff9956e6
|
Add the --delete-if-empty options for Desktop users.
|
Steve Losh |
2010-01-21 |
b8afd9a5c913
|
Support lines without metadata in taskfiles to ease plaintext editing.
|
Steve Losh |
2009-09-29 |
68288cdc5a7f
|
Fix a bug when working with new tasklists.
|
Steve Losh |
2009-09-29 |
1bbebfb0395f
|
Add "-g/--grep" because typing "| grep -i" is too much work.
|
Steve Losh |
2009-09-28 |
c4d85f19c869
|
Refactor the tasks to taskline parsing, and add padding to the textfile.
|
Steve Losh |
2009-09-28 |
651f8f37228b
|
Clean up a few things.
|
Steve Losh |
2009-09-17 |
2688abb7ae12
|
Fix the substitution problem for find-strings that start with 's'.
|
Steve Losh |
2009-09-17 |
0c75cfe0a6a4
|
Mark the documentation bug as finished.
|
Steve Losh |
2009-09-11 |
6e68da47f154
|
Hyphenate command-line in the README.
|
Steve Losh |
2009-09-11 |
d3477b0c02c1
|
Reword the README a bit.
|
Steve Losh |
2009-09-11 |
20f78b7c09be
|
Reword a couple of things in the README.
|
Steve Losh |
2009-09-11 |
5992ad3db6e8
|
Add the prompt section.
|
Steve Losh |
2009-09-11 |
862617004f80
|
Add more to the README.
|
Steve Losh |
2009-09-11 |
1e7d61653ce0
|
Add tips and tricks.
|
Steve Losh |
2009-09-11 |
c31f65f82156
|
Add the installation and usage sections to the README.
|
Steve Losh |
2009-09-11 |
08ec349d9661
|
Start working on the README.
|
Steve Losh |
2009-09-11 |
f5dd2fce4af6
|
Allow for IDs that are substrings of other IDs.
|
Steve Losh |
2009-09-11 |
ed67566c28f9
|
Add a LICENSE (X11).
|
Steve Losh |
2009-09-11 |
3f5f4296e040
|
Add a --quiet option and refactor the option list.
|
Steve Losh |
2009-09-11 |
524c5b287258
|
Remove unnecessary options.
|
Steve Losh |
2009-09-11 |
00b05aa13b79
|
Update bugs to prepare for release.
|
Steve Losh |
2009-09-11 |