fenuks

Results 48 comments of fenuks

> One question here is -- should `z doc Foo` match `~/Documents/Foo`? I'd think not -- either the whole query should be smartcase or none of it should be. I...

I see, that makes sense now. Solution with increasing limit is more or less temporary, sooner or later someone might end with longer file. For instance, my `journalctl` output starts...

Thank you, `-q` option works quite well, and`page` even displays information there is more content that can be loaded. :) With setting `-q` limit to the 100 000, invocation of...

Yes, you are right. In case of journalctl most lines are thankfully within one line length limit. I've seen your issue on neovim project, hopefully it will be resolved quickly....

I have the same problem. USB debugging is enabled, OEM unlocking as well. XMT reboots phone into fastboot mode, and afterwards cannot detect it, although by running `fastboot devices` I...

I would also like to see that. I think it's very common for user to want to restrict podcast to given language.

Hello @lauft, > ok. The final `XDG` paths willl then be > > * `$XDG_CONFIG_HOME/timewarrior/` for `timewarrior.cfg` (legacy `~/.timewarrior/`) > > * `$XDG_CONFIG_HOME/timewarrior/extensions/` for extensions (legacy `~/.timewarrior/extensions/`) > > *...

> I meant `XDG_DATA_DIRS` and `XDG_CONFIG_DIRS` which are used to define additional directories for the respective `XDG..._HOME` directory. (see https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables) Oh, I see. It's been so many years since I...