meine
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
k9s-inspired TUI for AWS resource management with vim-style navigation
git clone https://github.com/clawscli/claws.gitclawscli/clawsA terminal UI for AWS resource management
aws login from the profile selector| Resource Browser | Detail View | Actions Menu |
|---|---|---|
![]() |
![]() |
![]() |
Press A in list/detail/diff views to open AI chat. The assistant analyzes resources, compares configurations, and identifies risks using AWS Bedrock.
brew install --cask clawscli/tap/claws
curl -fsSL https://raw.githubusercontent.com/clawscli/claws/main/install.sh | sh
Download from GitHub Releases.
go install github.com/clawscli/claws/cmd/claws@latest
docker run -it --rm -v ~/.aws:/home/claws/.aws:ro ghcr.io/clawscli/claws
nix profile add github:clawscli/claws # or run it without installing to a profile: nix run github:clawscli/claws -- ...
# Run claws (uses default AWS credentials) claws # With specific profile claws -p myprofile # With specific region claws -r us-west-2 # Start directly on a service or view claws -s dashboard # Start with dashboard claws -s services # Start with service browser (default) claws -s ec2 # EC2 instances claws -s rds/snapshots # RDS snapshots # Launch into a pre-filtered list (requires -s) claws -s ec2 -f bastion # Fuzzy filter (like pressing `/`) claws -s ec2 --tag Role=bastion # Tag filter (like `:tag`) # Multiple profiles/regions (comma-separated or repeated) claws -p dev,prod -r us-east-1,ap-northeast-1 # Read-only mode (disables destructive actions) claws --read-only
| Key | Action |
|---|---|
j / k |
Navigate up/down |
Enter / d |
View resource details |
: |
Command mode (e.g., :ec2/instances) |
/ |
Filter mode (fuzzy search) |
a |
Open actions menu |
A |
AI Chat (in list/detail/diff views) |
R |
Select region(s) |
P |
Select profile(s) |
l |
SSO login/refresh for selected profile (in profile selector) |
L |
AWS CLI aws login for selected profile (in profile selector) |
? |
Show help |
q |
Quit |
See docs/keybindings.md for complete reference.
| Document | Description |
|---|---|
| Key Bindings | Complete keyboard shortcuts reference |
| Supported Services | All 70 services and 175 resources |
| Configuration | Config file, themes, and options |
| IAM Permissions | Required AWS permissions |
| AI Chat | AI assistant usage and features |
| Architecture | Internal design and structure |
| Adding Resources | Guide for contributors |
task build # Build binary task run # Run the application task test # Run tests task lint # Run linters
Apache License 2.0 - see LICENSE for details.
more like this
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
search projects, people, and tags