[GSoC 22] Add file count to size column for directories
This MR aims to add the count of the files contained in a directory to the size column of that directory in the column view. (#61 (closed))
TODO
-
Initial port of patch -
Add three way option for synchronously counting number of files in a folder (always, local files only, never) -
Make remote files show sizes instead of (0 items) if set to 'local files only' -
Switch to async counting in another thread using ThunarJob
Edited by Pratyaksh Gautam