-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: stay "open" and autorefresh like htop #141
Comments
it works quite ok with |
You can get the ### by telling duf the width to use.
When run through watch, wuf thinks that its output isn't a terminal and so defaults to 80column width which excludes the ### bars. Now if only there were a way to force color the same way. |
I just put up PR #141 with which you can force color. It requires you to use watch -c to interpret the color.
|
I've added #146 that implements the requested feature. If there's anything missing, or could be improved, let me know! |
awesome, will test it as soon as you release it. have you planned a release in the next time (have seen that the last release was quite a while ago)? |
@mrngm a config file could be handsome. i would prefer to use duf similar to htop and dont have to remember command line switches. so a config where i can define that if i call |
Your shell alias can do this. Add |
That could be handy indeed, but that is outside the scope of this issue. Besides, I'm just a mere contributor, not the project maintainer :) |
it would be awesome duf beeing able to stay open and auto refresh its output in a customizable interval.
so i could "monitor" which partition gets full while for example upgrading the system (very useful for systems with extra small partitions to keep the image small).
The text was updated successfully, but these errors were encountered: