Ingo Karkat

Results 76 comments of Ingo Karkat

The core `todo.sh` has tests that ensure that this does not happen. It could be a misbehaving add-on that you're using, or are you "sometimes" editing the file in another...

Some clients have a setting (like _Windows-friendly line breaks_ in Simpletask) to influence the behavior. But it would seem that such a mismatch would result in very reproducible corruption (e.g....

@karbassi We're now at 12 PRs that are ready to merge, 8 of those from me. I don't feel comfortable doing any more changes until this backlog has been cleared....

Even with a default installation, `sysconfdir = $(prefix)/etc` with `prefix = /usr/local` defaults to a config location of `/usr/local/etc/todo/config`, which also is not considered by `todo.sh`. For a long time,...

You're right. So far, you would need to override the action dir location via `TODO_ACTIONS_DIR` as well. By defaulting to `$TODO_DIR` instead of hard-coding `~/.todo`, this could be avoided. I...

Thanks. That's again a whole lot of changes; most of it pretty straightforward. I wonder whether the consistent joining of `for ...; do` and `if ...; then` is worth it;...

@karbassi Another user got confused here; could you please merge this really soon?! I haven't heard from you in a while; is everything alright? If you don't have any time...

So it's just some completion tests that fail on Windows? It should be possible to fix that. Years ago, I've also used todo.sh on Windows / Cygwin, and I still...

I was able to run the tests on a Microsoft Windows Server 2018 system (so actually quite close to the Windows 2019 used by the CI), with Cygwin 64-bit. **All...

With the proposed patch, this can be configured (e.g. in `~/.bashrc`) via _todo_file1_actions='rmf'