Ingo Karkat
Ingo Karkat
> after follow the install guide on readme page, I meet a error: Fatal Error: Cannot read configuration file /home/ckw/.todo/config. Am I missing something? @ecjtusbs The installation only installs a...
> I would write some tests and docs, but can't edit this. Just create your own branch (off butonic's `master` branch), and submit a separate PR.
@chrysle There's little risk of merge conflicts in that area, yes. But to be honest our top priority has to be clearing the backlog of outstanding PRs, and anything that's...
Yep, I also don't get a segfault. Closing.
Not sure what's the difference between the existing task subject and description... just longer text (including newlines)? Any such extension would require a syntax extension (in https://github.com/todotxt/todo.txt) first. Also, there...
This can easily be done via a filter command (`TODOTXT_FINAL_FILTER`); someone should contribute that (similar to add-ons), and only if it becomes popular (unlikely given the lack of supportive comments...
@chrysle The "official" ones are all listed and documented in the default `todo.cfg` (at the end, under BEHAVIOR). The script itself has additional (internal, and therefore undocumented and not guaranteed...
I'm all for small usability improvements (and I would have just implemented it right away, except that I won't do any new development until the way too long backlogs gets...
Agreed; we have plenty of variables and alternative config locations that this shouldn't be an issue. I'd also say that the global config location under `/etc` is more of a...
Unfortunately, you're written the test to match the implementation, not to actually verify the specified behavior; and that actually was broken (good that we insisted on having tests). I've corrected...