{"id":38834950,"url":"https://github.com/rfc2119/aws-tui","last_synced_at":"2026-01-17T13:55:18.598Z","repository":{"id":57546792,"uuid":"291643606","full_name":"rfc2119/aws-tui","owner":"rfc2119","description":"[WIP] Unofficial terminal Interface for AWS","archived":false,"fork":false,"pushed_at":"2021-11-18T13:54:00.000Z","size":199,"stargazers_count":26,"open_issues_count":4,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-03T00:08:39.562Z","etag":null,"topics":["aws","golang","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rfc2119.png","metadata":{"files":{"readme":"readme.go","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-31T07:18:38.000Z","updated_at":"2025-03-16T11:02:17.000Z","dependencies_parsed_at":"2022-09-05T10:51:36.526Z","dependency_job_id":null,"html_url":"https://github.com/rfc2119/aws-tui","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rfc2119/aws-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfc2119%2Faws-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfc2119%2Faws-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfc2119%2Faws-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfc2119%2Faws-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rfc2119","download_url":"https://codeload.github.com/rfc2119/aws-tui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfc2119%2Faws-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":["aws","golang","tui"],"created_at":"2026-01-17T13:55:18.507Z","updated_at":"2026-01-17T13:55:18.570Z","avatar_url":"https://github.com/rfc2119.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"package main\n\n// Inspired from [awsls](https://github.com/jckuester/awsls) readme file\n// TODO:  should be executed when building for releases\nimport (\n\t\"os\"\n\t\"github.com/rfc2119/aws-tui/common\"\n\t\"text/template\"\n)\n\nvar readmeTable = `\n\n# Current Working Services\n\n| Service Name | Implemented | Description |\n| :----------: | :---------: | :---------: |\n{{ range $serviceName, $desc := . }}|{{$desc.Name}} | {{if $desc.Available}} ✓ {{end}} | {{$desc.Description}}|\n{{ end }}\n`\n\nfunc AppendReadMeTable(readmeFileName string) error {\n\tf, err := os.OpenFile(readmeFileName, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)\n\tif err != nil {\n\t\treturn err\n\t}\n\tdefer f.Close()\n\ttempl := template.Must(template.New(\"readmeTable\").Parse(readmeTable))\n\tif err := templ.Execute(f, common.AWServicesDescriptions); err != nil {\n\t\treturn err\n\t}\n\treturn nil\n}\n\n// {{range pipeline}} T1 {{end}}\n// \tThe value of the pipeline must be an array, slice, map, or channel.\n// \tIf the value of the pipeline has length zero, nothing is output;\n// \totherwise, dot is set to the successive elements of the array,\n// \tslice, or map and T1 is executed. If the value is a map and the\n// \tkeys are of basic type with a defined order, the elements will be\n// \tvisited in sorted key order.\n\n// {{with pipeline}} T1 {{end}}\n// \tIf the value of the pipeline is empty, no output is generated;\n// \totherwise, dot is set to the value of the pipeline and T1 is\n// \texecuted.\n\n// range $index, $element := pipeline\n// Note that if there is only one variable, it is assigned the element; this is opposite to the convention in Go range clauses\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfc2119%2Faws-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfc2119%2Faws-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfc2119%2Faws-tui/lists"}