-
Notifications
You must be signed in to change notification settings - Fork 2
feat(df): add df builtin for disk space usage reporting #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
60ac370
feat(df): add df builtin for disk space usage reporting
julesmcrt 9c867c4
fix(df): address CI failures and Codex review feedback
julesmcrt 64586bf
fix(df): tighten Windows pentest skips and relax fuzz contract
julesmcrt 06f3f3e
fix(df): drop platform-specific YAML scenarios that fail on Windows
julesmcrt d44c17e
fix(df): address Codex round-2 GNU-compat review
julesmcrt 69e3ca9
fix(df): align tests with new pseudo-FS classification and exit-1 path
julesmcrt d2bc41e
fix(df): pre-stat filter, dedup bind-mounts, document AllowedPaths exβ¦
julesmcrt 2afb4bb
fix(df): FUSE remote subtypes, README sandbox-bypass note, humanBytesβ¦
julesmcrt 07ff0f0
fix(df): pseudo-is-local, dedup by device + shortest mount, no comma-β¦
julesmcrt 1a9d850
fix(df): saturating block multiply + last-flag-wins for -h/-H
julesmcrt 37fd206
fix(df): -k joins last-flag-wins, reject overlapping -t/-x
julesmcrt f062ed7
fix(df): GNU header alignment for human Avail and inode-POSIX IUse%
julesmcrt 30babd7
fix(df): GNU layout for -P combos; reject nonstandard --kibibytes
julesmcrt 161dc72
chore: gitignore .claude/scheduled_tasks.lock
julesmcrt 8bf221b
fix(df): pseudo filter independent of -t; enable df in fuzz runner
julesmcrt bb6f851
fix(df): clean -k rendering in df --help
julesmcrt 02750e5
fix(df): drop single-space POSIX layout, always use GNU aligned columns
julesmcrt 689ea90
fix(df): percentUsed handles denominator overflow
julesmcrt c15a7a5
fix(df): reject explicit values for unit flags
julesmcrt 4442436
fix(df): lowercase k for SI kilo suffix
julesmcrt 0399295
fix(df): reject explicit values on all boolean flags
julesmcrt 73932ea
fix(df): NUL-byte sentinel rejects all explicit-value forms of no-argβ¦
julesmcrt ca30987
fix(df): use f_frsize for Linux statfs block counts
julesmcrt f33df40
fix(df): preserve kernel mount-table order, drop alphabetical sort
julesmcrt c8b06f3
fix(df): clear NoOptDefVal NUL sentinel before printing --help
julesmcrt b0525ad
fix(df): classify mounts as remote by source shape, not just type
julesmcrt 27149a5
fix(df): seed columns with GNU's minimum widths
julesmcrt 18140fa
fix(df): keep squashfs visible in default listing
julesmcrt 79d2373
[iter 1] fix(df): replace control characters in mount names before prβ¦
julesmcrt 4ef1242
fix(df): address review feedback (humanBytes, printHelp, tests, gitigβ¦
julesmcrt 078c039
Merge remote-tracking branch 'origin/main' into jules.macret/host-remβ¦
julesmcrt af7543a
test(df): add 21 scenario tests covering flags, errors, and composition
julesmcrt 1a3884c
Merge remote-tracking branch 'origin/main' into jules.macret/host-remβ¦
julesmcrt d78c0e5
fix(df): preserve non-zero usage when sum-overflow scaling truncates
julesmcrt 2c30254
test(df): drop skip_assert_against_bash where bash and rshell alreadyβ¦
julesmcrt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.