Bulk Tagging 🏷️
Add/remove tags on multiple marked resources at once.
UX Flow
1. Mark resources with 'm' key (existing feature)
2. Press 'T' for bulk tag action
3. Enter tag: "Env=prod" or "-Env" to remove
4. Confirm and apply to all marked resources
UI
┌ Bulk Tag ──────────────────────────┐
│ 3 resources selected │
│ │
│ Add tag: [Env=prod ] │
│ Remove tag: [-OldTag ] │
│ │
│ [Enter] Apply | [Esc] Cancel │
└────────────────────────────────────┘
Implementation
- Use AWS Resource Groups Tagging API (cross-service)
- Or service-specific tag APIs
- Show progress/results after completion
Bulk Tagging 🏷️
Add/remove tags on multiple marked resources at once.
UX Flow
UI
Implementation