Skip to content

Add alias to delete Zone.Identifier files in WSL - #139

Open
JoshuaACasey wants to merge 1 commit into
ChrisTitusTech:mainfrom
JoshuaACasey:remove-zone-ident
Open

Add alias to delete Zone.Identifier files in WSL#139
JoshuaACasey wants to merge 1 commit into
ChrisTitusTech:mainfrom
JoshuaACasey:remove-zone-ident

Conversation

@JoshuaACasey

Copy link
Copy Markdown
Contributor

Moving files to WSL using the Windows file manager GUI can result in duplicate files ending in Zone.Identifier. This alias simply removes those duplicate files

@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 8619df22-4423-4c53-906b-70b2ae02f049

📥 Commits

Reviewing files that changed from the base of the PR and between b96e064 and a783489.

📒 Files selected for processing (1)
  • .bashrc

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Summary by CodeRabbit

  • New Features
    • Added an unzone command for removing Windows Zone.Identifier metadata files recursively from the current directory.

Walkthrough

Adds an unzone Bash alias that recursively deletes *:Zone.Identifier files from the current directory.

Changes

Bash metadata cleanup

Layer / File(s) Summary
Add recursive cleanup alias
.bashrc
Adds the unzone alias with a find command that deletes WSL Zone.Identifier metadata files recursively.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to a7834

This adds a localized WSL alias that removes matching Zone.Identifier files from the current directory tree. No actionable merge-blocking risk remains beyond normal checks and review.

Suggested reviewers: christitustech

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: adding a WSL alias to delete Zone.Identifier files.
Description check ✅ Passed The description explains why Zone.Identifier files occur in WSL and what the new alias does.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant