Replies: 5 comments 5 replies
-
I personally like the idea of a local Web mode, e.g. one of my projects for viewing images https://github.com/kaihendry/lk2 |
Beta Was this translation helpful? Give feedback.
-
I don't know how heavy the web mode is, so I'm wondering if it is a better idea to make the web mode a separate project. It can share codes with the cli version of gdu, or we can even have a libgdu. |
Beta Was this translation helpful? Give feedback.
-
I personally don't think web-mode is necessary for such cli tool like gdu which is a disk usage analyzer in terminal, I use it in terminal, I don't like such kind of GUI app either, let alone such program in browser, like @ouuan said, if you like the web-mode idea, maybe you should start a new project. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answers. I will indeed develop the web mode as a separate project. One more question for you: How do you like the CLI interface introduced in
And there are shortcuts: It has one drawback - default mode is now non-interactive, but overall it looks a little bit more logical and sleek for me. Few examples:
What do you think? Do you like more the new concept or the current interface? |
Beta Was this translation helpful? Give feedback.
-
I think it would be better if the web mode is focusing on reading from generated reports rather than driving gdu in real time. It would be mroe awesome if we could generate comparison between reports. |
Beta Was this translation helpful? Give feedback.
-
Hello gdu contributors @fabaff @petasittek @egeoz @ouuan @c02y @lhl @kaihendry!
I am playing with an idea to add "web mode" into gdu.
So it would start an http server and open a browser where you will see results of the scanning.
Do you think it would be a good addition to gdu?
You can check some very small basis of functionality using (go 1.16 is needed):
go get -u github.com/dundee/gdu/v5 $GOPATH/bin/gdu web /
Beta Was this translation helpful? Give feedback.
All reactions