Skip to content

Add bulk tagging support with dry-run mode#2

Merged
gabesanto merged 1 commit into
mainfrom
feature/bulk-tagging
Jan 30, 2026
Merged

Add bulk tagging support with dry-run mode#2
gabesanto merged 1 commit into
mainfrom
feature/bulk-tagging

Conversation

@gabesanto
Copy link
Copy Markdown
Owner

Closes #1

New command:

  • scope bulk [--dry-run]

Features:

  • Read paths from a file (one per line)
  • Support comments (lines starting with #)
  • Skip empty lines
  • Validate paths exist and are directories
  • Optional --dry-run mode to preview changes
  • Summary of tagged/skipped/errors at the end

Also:

  • Updated shell completions for bulk command
  • Updated README with documentation

Closes #1

New command:
- scope bulk <file> <tag> [--dry-run]

Features:
- Read paths from a file (one per line)
- Support comments (lines starting with #)
- Skip empty lines
- Validate paths exist and are directories
- Optional --dry-run mode to preview changes
- Summary of tagged/skipped/errors at the end

Also:
- Updated shell completions for bulk command
- Updated README with documentation
@gabesanto gabesanto merged commit c9676d4 into main Jan 30, 2026
12 checks passed
@gabesanto gabesanto deleted the feature/bulk-tagging branch January 30, 2026 20:54
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.

Bulk tagging support with optional dry-run mode

1 participant