{"id":46530311,"url":"https://github.com/clumsy/rusticity","last_synced_at":"2026-03-06T22:02:19.620Z","repository":{"id":325120040,"uuid":"1081202314","full_name":"clumsy/rusticity","owner":"clumsy","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-17T16:32:32.000Z","size":550,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T21:28:14.585Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clumsy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-22T13:01:47.000Z","updated_at":"2026-02-17T16:13:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/clumsy/rusticity","commit_stats":null,"previous_names":["clumsy/rusticity"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/clumsy/rusticity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clumsy%2Frusticity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clumsy%2Frusticity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clumsy%2Frusticity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clumsy%2Frusticity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clumsy","download_url":"https://codeload.github.com/clumsy/rusticity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clumsy%2Frusticity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30200756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-06T22:02:01.151Z","updated_at":"2026-03-06T22:02:19.614Z","avatar_url":"https://github.com/clumsy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rusticity - Terminal UI for AWS \n\n[![Crate Badge]][Crate] [![License Badge]][License] [![CI Badge]][CI] [![Built With Ratatui]][Ratatui]\n\n[Crate]: https://crates.io/crates/rusticity\n[License]: ./LICENSE\n[CI]: https://github.com/clumsy/rusticity/actions\n[Ratatui]: https://ratatui.rs/\n\n[Crate Badge]: https://img.shields.io/crates/v/rusticity?logo=rust\u0026style=flat-square\u0026color=E05D44\n[License Badge]: https://img.shields.io/crates/l/rusticity?style=flat-square\u0026color=1370D3\n[CI Badge]: https://img.shields.io/github/actions/workflow/status/clumsy/rusticity/ci.yml?style=flat-square\u0026logo=github\n[Built With Ratatui]: https://img.shields.io/badge/Built_With_Ratatui-000?logo=ratatui\u0026logoColor=fff\u0026style=flat-square\n\nA snappy terminal UI for AWS written in 🦀 Rust, inspired by 🧬 Helix editor.\n\n\u003e ⚠️ **Early Development**: Rusticity is in active development. Expect breaking changes, bugs, and evolving features. Use at your own risk and please report any issues you encounter!\n\n## Features\n\n- 📟 Terminal UI using Ratatui\n- ⌨️ Helix-like keybindings with Normal and Insert modes\n- 🪟 Multi-pane support\n- 🏗️ Modular architecture with separate crates:\n  - `rusticity-core`: AWS SDK integration\n  - `rusticity-term`: Terminal UI components\n  - `rusticity`: Main binary\n\n## Supported Services\n\n- 📊 **CloudWatch Logs**: Log groups, log streams, log events\n- 🔍 **CloudWatch Logs Insights**: Query and analyze logs\n- 🚨 **CloudWatch Alarms**: View and manage alarms\n- 🪣 **S3**: Browse buckets and objects\n- 📦 **ECR**: Elastic Container Registry (public and private)\n- ☁️ **CloudFormation**: View and manage stacks\n- λ **Lambda**: Function management\n- 👤 **IAM**: Identity and Access Management\n\n**Want to see support for another AWS service?** [Request it here](../../issues/new?template=feature_request.md) or upvote existing requests!\n\n## Architecture\n\nInspired by Helix editor (https://github.com/helix-editor/helix), the project is split into:\n\n- **rusticity-core**: Core AWS functionality (SDK clients, API calls, data models)\n- **rusticity-term**: Terminal UI layer (event handling, keymaps, rendering, pane management)\n- **rusticity**: Main application binary\n\n## Installation\n\n### From crates.io\n\n```bash\ncargo install rusticity\n```\n\n### From source\n\n```bash\ngit clone https://github.com/clumsy/rusticity.git\ncd rusticity\ncargo install --path rusticity\n```\n\n## Configuration\n\nConfigure AWS credentials using standard AWS methods:\n\n```bash\n# Using environment variables\nexport AWS_DEFAULT_REGION=your-region\nexport AWS_PROFILE=your-profile\nexport AWS_ACCESS_KEY_ID=your-key\nexport AWS_SECRET_ACCESS_KEY=your-secret\n\n# Or use AWS CLI configuration\naws configure\n```\n\n### Column Customization\n\nCustomize column names by adding a `[columns]` section to `~/.config/rusticity/config.toml`:\n\n```toml\n[columns.lambda.function]\nname = \"Function Name\"\ndescription = \"Description\"\n\n[columns.cw.group]\nlog_group = \"Log Group\"\nstored_bytes = \"Storage\"\n```\n\n## Usage\n\n```bash\n# Run the application\nrusticity\n\n# With specific AWS profile and region\nAWS_PROFILE=your-profile AWS_DEFAULT_REGION=your-region rusticity\n```\n\n## Development\n\nThe project uses a Cargo workspace with three crates:\n\n```\nrusticity/\n├── rusticity-core/    # Core AWS SDK integration\n├── rusticity-term/    # Terminal UI components\n└── rusticity/         # Main binary\n```\n\n### Setup\n\n```bash\n# Clone and build\ncargo build\n\n# Run tests (also installs git hooks automatically)\ncargo test\n```\n\nGit hooks will automatically check formatting and linting before commits.\n\n### Run\n\n```bash\n# Run the application\ncargo run\n\n# With specific AWS profile and region\nAWS_PROFILE=your-profile AWS_DEFAULT_REGION=your-region cargo run\n```\n\n### Testing\n\n`cargo test` runs all checks including formatting, linting, and tests:\n\n```bash\ncargo test  # Runs fmt check, clippy, and all tests\n```\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclumsy%2Frusticity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclumsy%2Frusticity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclumsy%2Frusticity/lists"}