Feature: option to stay within the same filesystem
Open
good first issue
help wanted
- Dominant language
- Rust
- Stars
- 3.1k
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
Like `du`'s `-x` option: `File system mount points are not traversed.`. This would be useful for scanning `/` and ignoring external drives.
Contributor guide
Research direction
No file or test is named in the issue. Start by locating the Rust entry point for directory scanning and review how command-line options are defined; done means an option prevents traversal across filesystem mount points, matching the requested `du -x` behavior when scanning `/`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100