Naoya Hatta
Naoya Hatta
Your terminal seems to use light theme. procs can detect the theme of terminal by default, but it is not supported by some terminals. You can specify the theme like...
If you always want to use light theme, you can specify by a config file. ``` [display] theme = "Light" ``` More details are below: https://github.com/dalance/procs#display-section
I found too many `LookupAccountSidW` call, and tried to add cache for SID at the latest master. Could you try it? (If you don't have Rust compiler, I can provide...
Thanks! I was interesting in `minus`, and tried it previously. However, at that time, the pager scroll was not smooth. (According to my memory, each line scroll caused full screen...
OK. I think smooth scroll is better because full screen refresh in a large terminal with Full-HD/4K display is slow. Anyway, `minus` can be used as Windows pager at least....
Now winget doesn't support zip-based installation. ``` # InstallerType is a required field. Supported types are inno, wix, msi, nullsoft, zip, appx, msix and exe. # The winget command tool...
Thank you for your request. I think this is good idea, but there is some considerations. * The `CONFIG_ALL` is for test of all columns. You should add another static...
BSD has not been supported yet. Could you try below? ``` $ cargo install --git https://github.com/dalance/procs --branch bsd_support ```
Thanks. More works may be required for BSD support.
Thank you for your suggestion. I like trailing commas and want that it is supported by SystemVerilog. But unfortunately it is not in IEEE 1800-2017 and almost all commercial EDA...