Daniel Milde
Daniel Milde
Default is 100. It depends on many circumstances (mainly how much free RAM the machine has versus how big the drive is). If there is a lot of RAM (so...
@ducalex: Yes, it has to bubble through quite a lot of code. Adding it makes sense to me as well.
Yes, passing the options as config object makes sense to me. We can make separate PR for it. Would you like to do it?
There are two shortcuts that can be used for this: `v` for showing the content of a file and `b` to spawn shell in the current directory. You can then...
Not right now. I think we could use `EDITOR` ENV variable to start external CLI tool for viewing files and `xdg-open` for starting GUI tools.
Thanks for diving into this! This simple build command should work: ``` go build \ -trimpath \ -buildmode=pie \ -mod=readonly \ -modcacherw \ -o %{name} \ github.com/dundee/gdu/v5/cmd/gdu ```
It would be great to also add ldflags and disable CGO: ``` GO111MODULE=on CGO_ENABLED=0 go build \ -trimpath \ -buildmode=pie \ -mod=readonly \ -modcacherw \ -ldflags \ "-s -w \...
Yes, go 1.16 is required, I use some incompatible changes introduced in this version. Could we setup automatic building somewhere? For example on https://cbs.centos.org/koji/?
Ok, if it not works then we can probably wait until RHEL 9.
> Can you publish the RPM above with your sources for now? I'll build a RPM when you release. This RPM works on EL6, 7 and 8. Yes, added to...