Ingo Karkat

Results 19 issues of Ingo Karkat

I don't use `--shell` very much, rather ad-hoc `cht.sh ` in the shell. The paging that is used in shell mode would be helpful there as well, to avoid scrolling...

- [X] Fork [the repository](https://github.com/todotxt/todo.txt-cli) and create your branch from `master`. - [-] If you've added code that should be tested, add tests! - [-] Ensure the test suite passes....

I've seen strange readline editing behavior when the editing doesn't start at the first column: I can actually backspace into the prepended message (with Del, Ctrl-W or Ctrl-U), and then...

As the (still executable) custom action is still picked up by following tests. That was missed when later tests were added (because we don't have test automation on Cygwin). **Before...

So that any combination of priority / date entered in the replacement will replace the corresponding original ones, but if they are left out, the original ones will be kept....

This doesn't matter if (as currently recommended) the script is placed into a eagerly loaded location (like `/etc/bash_completion.d/`) - any name will do. However, there's now lazy loading of completion...

I didn't know about printf's capability when I introduced quoting 10 years ago. The `%q` format will do the quoting, and `-v VAR` can be used to reassign to the...

There's no command-line option to reduce verbosity (just `-v` to increase it), so users who would like to remove the additional messages (cp. https://github.com/todotxt/todo.txt-cli/discussions/364) have to configure this, but the...

**Before submitting a pull request,** please make sure the following is done: - [X] Fork [the repository](https://github.com/todotxt/todo.txt-cli) and create your branch from `master`. - [X] If you've added code that...

I really like your syntax plugin and all the improvements you've made; I think this should ship with Vim, as JSON now is fairly common. For Bram to accept this,...