Hi,
I used command ncdu -e -O ncdu.out folder/ to make binary export file ncdu.out, which can be read by command ncdu --enable-delete -e -f ncdu.out. The file size and writing/loading speed of binary export files is much better compared to text export files. However, deletion key d does not work and it showed File deletion is not available when reading from file. I tried the latest version 2.7 and the result is same. Text export files do not have this problem. Do you have a plan to implement the deletion function for binary export files? Thank you.