Improvements
- Significantly reduced memory footprint
- Performance improvements
- Added log view (activate by
L
keypress) - Added
--no-ui
flag to scan single directory and print results non-interactively - Added scripts for performance testing on different platforms
Fixes
- Fixed incorrect handling of nested mount points on linux and macOS
Install options
If you have cargo
installed use cargo install spacedisplay
. Otherwise proceed with one of the options below.
Linux
- Allow execution
chmod +x ./spacedisplay-amd64_linux
and run./spacedisplay-amd64_linux
- Install snap:
sudo snap install --classic --dangerous ./spacedisplay-amd64_linux.snap
Windows
- Run
spacedisplay-win64.exe
directly
macOS
- Allow execution
chmod +x ./spacedisplay-macos
and run./spacedisplay-macos
. You may also need to runxattr -d com.apple.quarantine ./spacedisplay-macos
to clean quarantine attribute that macOS set since it wasn't able to verify app developer.