Clement Tsang

Results 240 comments of Clement Tsang

Is there still interest in this? I'm currently doing some work on implementing it for Linux/macOS/Windows https://github.com/ClementTsang/bottom anyways, so I can port over some of that code if you want....

Hm, at least for now there's an option in the [config file](https://clementtsang.github.io/bottom/0.9.6/configuration/config-file/data-filtering/) to filter out entries by mount name.

That's fair, meant that more as just a temporary solution while I look at a solution.

Hmmm... My first impression is that I'm not a fan of changing the default behaviour. I would personally rather it do nothing if nothing is set. Also while it *does*...

Just to save you the effort, I added an edit to my earlier comment, but you can hold off on adding the option for setting the title in the config...

Just a heads up, your CI is probably failing because your `Cargo.lock` is... kinda weird.

If you just build normally on your machine, `Cargo.lock` should update automatically and you should commit that. The current one you have seems like it's manually edited or something? If...

Rebased a bunch of stuff and added tests. Will need to still add searching for time, but I can add that.

Will update documentation in a separate PR later.