Skip to content

Add bulk tagging support with dry-run mode#2

Merged
gabssanto merged 1 commit intomainfrom
feature/bulk-tagging
Jan 30, 2026
Merged

Add bulk tagging support with dry-run mode#2
gabssanto merged 1 commit intomainfrom
feature/bulk-tagging

Conversation

@gabssanto
Copy link
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
@gabssanto gabssanto merged commit c9676d4 into main Jan 30, 2026
12 checks passed
@gabssanto gabssanto 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