Skip to content

spacedisplay v0.2.0

Choose a tag to compare

@funbiscuit funbiscuit released this 23 Oct 18:38
· 20 commits to master since this release

Improvements

  • Watch file system for any changes (might me limited on Linux due to inotify limitations)
  • If opened directory is not yet scanned (empty), scan it as soon as possible
  • Add support for file/directory deletion (including non-empty directories)
  • Show approximate memory usage in scan statistics dialog
  • Add option to disable enhanced graphics (via -s flag) if terminal doesn't support special unicode symbols
  • Highlight corresponding menu item when dialog is opened

Fixes

  • Use less accurate (count actual file size instead of size on disk) but faster size calculation on Windows. Calculating size on disk significantly decreases scan speed on Windows.