Skip to content

init: set up project structure and initial implementation#1

Merged
davidbayo10 merged 6 commits into
masterfrom
init/project-setup
Apr 2, 2026
Merged

init: set up project structure and initial implementation#1
davidbayo10 merged 6 commits into
masterfrom
init/project-setup

Conversation

@davidbayo10

Copy link
Copy Markdown
Owner

Summary

Initial project setup for bridgio, a Rust TUI application for browsing AWS SNS topics and SQS queues.

  • Build: Added Cargo manifest with dependencies and release profile optimization
  • Config: Added rustfmt configuration for consistent code formatting
  • Docs: Added MIT license, comprehensive README, CHANGELOG, AGENTS.md, and CLAUDE.md with architecture and extension guidelines
  • CI: Added GitHub Actions workflow for automated testing and builds
  • Feat: Implemented complete TUI application with:
    • SQS/SNS list and detail views
    • Multi-profile and multi-region support
    • Dependency map visualization
    • Search/filter and sorting capabilities
    • Persistent profile/region state
    • Clipboard export with markdown formatting
    • Auto-refresh and comprehensive keybindings

Commits

  • build: add Cargo manifest and lock file
  • config: add rustfmt configuration
  • docs: add MIT license
  • docs: add project documentation and guidelines
  • ci: add GitHub Actions workflows
  • feat: add bridgio TUI application for AWS SNS/SQS

@davidbayo10 davidbayo10 merged commit 755c243 into master Apr 2, 2026
5 checks passed
@davidbayo10 davidbayo10 deleted the init/project-setup branch April 2, 2026 17:41
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