https://github.com/lusingander/ecr-browser
TUI browser for AWS ECR written in Go
https://github.com/lusingander/ecr-browser
aws ecr go
Last synced: 11 months ago
JSON representation
TUI browser for AWS ECR written in Go
- Host: GitHub
- URL: https://github.com/lusingander/ecr-browser
- Owner: lusingander
- License: mit
- Created: 2019-12-02T11:22:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T22:57:49.000Z (over 5 years ago)
- Last Synced: 2024-04-30T07:17:31.698Z (over 1 year ago)
- Topics: aws, ecr, go
- Language: Go
- Size: 1.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ECR Browser
====
TUI browser for AWS ECR written in Go
## Keybinding
|Key|Description|
|-|-|
|j|move up|
|k|move down|
|g|move to the top|
|G|move to the bottom|
|h|move to repository list|
|l|move to image list|
|o|open AWS management console repository page in web browser|
|q / Ctrl+C|quit|
## Screenshot

## TODO
- search list
- wrap detail
- redraw when terminal size changes
- action
- open repository / image page on web browser
- copy detail value to clipboard
- sort by another key
- reflesh image list cache
- configuration
- default setting file / change menu
- aws credentials
- aws region