Commit Log

commit description author date
89ad444c000b Add newline test default tip Steve Losh 2020-04-11
d34ec597c1f6 Merge pull request #23 from nfultz/master Steve Losh 2020-04-11
83fe4c7e8702 simplify exact prefix match Neal Fultz 2019-06-25
831123b0359f Apply quiet/verbose to task adding, fix tests Steve Losh 2020-04-11
7dc0c86e2230 Merge pull request #21 from brennerm/return-id-after-adding Steve Losh 2020-04-11
b3ab82ada837 add printing of id after adding a task Max Brenner 2018-04-10
c92a0241e9c9 Whitespace Steve Losh 2020-04-11
d76f573934d1 Fix tests Steve Losh 2020-04-11
2cc19f841df2 Die if there are any newlines inside the task text Steve Losh 2020-04-11
452a9a9cba0a Update URLs Steve Losh 2020-01-15
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
cccb130f862e Add a bug. Steve Losh 2009-09-08
37c691ec0861 Add bugs. Steve Losh 2009-09-08
10bda210ef4a Fix the disappearing finished tasks. Steve Losh 2009-09-01
fac6ee1db75f Adjust whitespace. Steve Losh 2009-08-29
11987a5cd374 Changes from pylint. Steve Losh 2009-08-29
ee7035b4344d Change a variable name to avoid shadowing a builtin. Steve Losh 2009-08-29
baca14ea9bc3 Make a variable name better. Steve Losh 2009-08-29
40775a8b4167 Fix the super calls. Steve Losh 2009-08-29
c0e55881e41c Call the super methods for the exception classes. Steve Losh 2009-08-29
a818bb6f9119 Add more docstrings. Steve Losh 2009-08-29
e0afc487bbe0 Add a bug list. Steve Losh 2009-08-29
8cc8f8b24bb3 Make the errors friendlier. Steve Losh 2009-08-29
b346af17863f Add another exception to differentiate Unknown/Ambiguous prefixes. Steve Losh 2009-08-29
d5dc52a44e57 Rename the build_parser method to make it obviously private. Steve Losh 2009-08-29
efbdbc2fc8a0 Rearrange some functions. Steve Losh 2009-08-29
be695300145b Add task editing. Steve Losh 2009-08-29
5bfd01d9c28f Refactor out the task-getting into getitem. Steve Losh 2009-08-29
39710f3be8cf Change variable names to avoid shadowing builtins. Steve Losh 2009-08-29
695233cc2503 Fix a few things from pylint. Steve Losh 2009-08-26
8ddf5e7a78ad Remove an unused import. Steve Losh 2009-08-26
90526072108a Rearrange the class methods. Steve Losh 2009-08-26
b92ebe6d7e77 Add another docstring. Steve Losh 2009-08-26
c47144e1fe4b Move the main functionality into a _main() function. Steve Losh 2009-08-26
61803d906c96 Add some docstrings. Steve Losh 2009-08-26
34c00c0b1d6d Fix the tilde expansion problem. Steve Losh 2009-08-26
712ea48e6ee3 Enable the taskdir option. Steve Losh 2009-08-26
906a8111a48a Formatting and whitespace. Steve Losh 2009-08-26
0b4ae60b9015 Initial commit. Steve Losh 2009-08-26