Skip to content

[GSoC 22] Add file count to size column for directories

Pratyaksh Gautam requested to merge hi-im-buggy/thunar:size-column into master

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

Merge request reports