{"id":19656119,"url":"https://github.com/daggerok/uao","last_synced_at":"2025-09-16T16:31:44.957Z","repository":{"id":151042204,"uuid":"245645847","full_name":"daggerok/uao","owner":"daggerok","description":"Unzip archive and open in IDEA IDE, like Josh Long ;)","archived":false,"fork":false,"pushed_at":"2024-01-17T01:42:33.000Z","size":11,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T20:48:48.140Z","etag":null,"topics":["bash","bash-script","uao"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daggerok.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}},"created_at":"2020-03-07T14:19:22.000Z","updated_at":"2025-03-09T05:44:14.000Z","dependencies_parsed_at":"2024-01-17T03:49:04.635Z","dependency_job_id":null,"html_url":"https://github.com/daggerok/uao","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerok/uao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fuao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fuao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fuao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fuao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/uao/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fuao/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275448317,"owners_count":25466590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","bash-script","uao"],"created_at":"2024-11-11T15:26:13.027Z","updated_at":"2025-09-16T16:31:44.677Z","avatar_url":"https://github.com/daggerok.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uao\nUnzip archive and open in IDEA IDE\n\n## install\n\n```bash\nmkdir ~/.bin\ncurl -sS https://raw.githubusercontent.com/daggerok/uao/master/uao \u003e ~/.bin/uao\necho 'export PATH=\"$HOME/.bin:$PATH\"' \u003e\u003e ~/.bash_profile # or ~/.bashrc # or ~/.zshrc\nchmod +x ~/.bin/uao\n```\n\nor\n\n```bash\ngit clone --depth=1 --no-single-branch git@github.com:daggerok/uao.git ~/.opt/uao\nchmod +x ~/.opt/uao/uao # git update-index --chmod=+x ./uao\nmkdir ~/.bin\nln -s `pwd`/.opt/uao/uao ~/.bin/uao\necho 'export PATH=\"$PATH:$HOME/.bin\"' \u003e\u003e ~/.bash_profile # or ~/.bashrc # or ~/.zshrc\n```\n\n## usage\n\n* make sure you have `idea` and `unzip` binaries installed on you `macOS` or `Linux` shell (click-click if you on windows:)\n* generate new project on https://start.spring.io/\n* open it like Josh Long :)\n  ```bash\n  uao ~/Downloads/demo.zip\n  ```\n\n## example\n\n```bash\n# install spring boot:\nbrew tap spring-io/tap\nbrew reinstall spring-boot\n\n# create spring-boot project demo.zip archive:\nmkdir /tmp/123\ncd /tmp/123\nspring init\n\n# test uao script:\nuao ./demo.zip\n```\n\nEnjoy ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fuao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fuao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fuao/lists"}