Denys Séguret
Denys Séguret
Related: there's now a `:trash` internal, which may be used like this: { invocation: "rm" internal: "trash" leave_broot: false }
There's no such feature today but we can add one. What you suggest seems to make sense, as an option.
In fact I could combine this with the [ignore list issue](https://github.com/Canop/backdown/issues/1): backdown could ask something like [i] add *.epub directories to ignore list when encountering a suspect directory (directory with...
I've also built some code to go around this limitation of the client. Here it is if it may help others. First, to conveniently get the region, if any: ```rust...
I don't think it matters: the complete regex lib is used for compilation but only regex-lite is used in your compiled application. You can check for example that the binary...
Hum, probably. The reason I didn't propagate the features into the proc macros is that it complexifies notably its code, for example for the handling of the Bytes variant. I'll...
Many shortcuts involving the alt keys aren't usable in ANSI terminals. You can use print_keys to check what's available, and how it's received by the TUI application: https://github.com/Canop/print_key
I don't have the same keyboard than you so it's a little hard to be sure. Can you tell me what print_key says when you type the intended combination, and...
@lost22git Did you test it ?
Thanks for the issue. This would probably be one of the best ways to overcome the obvious limitations of the Markdown approach. And I should probably work in this direction....