spacedrive icon indicating copy to clipboard operation
spacedrive copied to clipboard

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

Results 325 spacedrive issues
Sort by recently updated
recently updated
newest added

I modified search.rs to let the future implementation of filters on "find a file"

Implemented the `No Git` indexer rule to hide all git-related files and directories. List of files and directories that this indexer rule hides: `.git`, `.gitignore`, `.gitattributes`, `.gitkeep`, `.gitconfig`, `.gitmodules`. -...

Convert "Processed 34543 of 89344 paths" into "Processed 34,543 of 89,344 paths".

Changes: - [x] Rename `NodeInformation` struct - [x] Refactor encoding/decoding protocol to reduce bugs - [x] Split unicast and multicast because using multicast is almost certainly a misuse of the...

- Added category empty screens - also added db stuff to prepare for albums, which is my next PR

- [X] Fix incorrect accumulation of stats for a single disk with multiple mounts (LVM, BTRFS, ZFS, ...) on Linux - [X] Fix stats for non device mounts (overlay, tmpfs,...