Ingo Karkat
Ingo Karkat
Thanks for sharing this background; I know that these tradeoffs are hard, and it's good that you care about backwards compatibility! On Ubuntu, `/tmp` is on a regular file system...
The todo.txt format is [standardized](https://github.com/todotxt/todo.txt#todotxt-format-rules), and there are many different clients (that would ideally all support this format extension). That makes it really difficult to add this feature. As a...
@karbassi Welcome back; it's good to hear from you again. I don't see any problems, but would suggest that we work on the backlog of PRs first. Especially my #405...
@karbassi The Mac tests have been failing for a very long time. I'm not sure I remember this correctly, but there was an update to a newer MacOS version, and...
@chrysle Yes, this is related to the CR vs. LF problem. The test failure (e.g. [here](https://github.com/todotxt/todo.txt-cli/actions/runs/4609448880/jobs/8146590831?pr=407)) shows that the missing newline isn't added: ``` todo.sh add "a second task" ---...
@chrysle > I've tested that and other workarounds. Have you tried `[ -n "$(tail -c1 file)" ] && echo >> file`; that's apparently POSIX-compatible. > Since I'm too frustrated with...
@karbassi The tests on MacOS got fixed, and @chrysle is keen on taking this further by adding updated platforms (in #416). Please approve this PR as soon as possible to...
I have add-on actions that extend the built-in `del` and `rm` commands: * https://github.com/inkarkat/todo.txt-cli-ex/blob/master/actions/del * https://github.com/inkarkat/todo.txt-cli-ex/blob/master/actions/rm
Though it can be deducted from the "it's just a text file with some special syntax", it might be a good idea to showcase that in the [recorded introduction screencast](https://github.com/todotxt/todo.txt-cli/raw/master/.github/example.gif)....
The `ITEM#` stands for _item number_; this may be obvious to native speakers, but it's confusing to others (including me at first). Even worse, the usage help indicates multiple item...