Releases: funbiscuit/spacedisplay-rs
Releases · funbiscuit/spacedisplay-rs
spacedisplay v0.3.0
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.
spacedisplay v0.2.0
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.
spacedisplay v0.1.2
Improvements
- Added scan stats dialog
- Added macOS support
- Added
Rescan
action - Currently scanned directory is highlighted in list
- Improved speed of first scan
Fixes
- Fixed sometimes selecting incorrect file/directory after opening directory
spacedisplay v0.1.1
Fix panic when scrolling long lists