Aaron Dill
Aaron Dill
I'd like to point out in case it has not yet been realized, this also affect when bat is piped into another program (ie `bat /dev/zero | tr '\0' '0'`)....
*if* you choose to go the hard coding route, would it be possible to use `std::os::unix::fs::MetadataExt.rdev` to get the device number and check if it's `1:5` instead? this would protect...
one known issue, which might be complicated to resolve, is that the use of `sudo` is based on the writability of `_bin_dir`, so if `_man_dir` is under "$HOME", this could...
> one known issue, which might be complicated to resolve, is that the use of `sudo` is based on the writability of `_bin_dir`, so if `_man_dir` is under "$HOME", this...
I *have* now tested all the options (and they work *on my system*), and I have fixed the above mentioned error about _man_dir and _bin_dir permission mismatches. @ajeetdsouza, Please take...
I am closing this issue in favor of the rewrite at #672, without the formatting. Sorry for the time wasted on this PR, hopefully the new one is much more...
this can be detected *sometimes* by using the cursorwant return from `getcurpos`. if the user selects a region then presses o to move the cursor, it seems there’s no current...
@ajeetdsouza I hope I've accomplished what you expected when we first discussed this (almost a year ago) [here](https://github.com/ajeetdsouza/zoxide/pull/561#issuecomment-1610129741). If anything is missing, or you have any changes you'd like made,...
~~What's the new way to do this with `ruled.client`? I'm getting a deprecation warning on accessing `ruled.client.rules`~~ Edit: having read the source, if you omit the rules table when calling...
For some additional concrete real-world context, here's the chronology of my attempt to reduce the number of open FDs (from 2048!) while still keeping my log readable (chromium really hates...