{"id":28795901,"url":"https://github.com/aidihia/uao","last_synced_at":"2026-05-18T03:10:35.917Z","repository":{"id":299211719,"uuid":"1002365988","full_name":"aidihia/uao","owner":"aidihia","description":"Script pour extraire automatiquement une archive ZIP et l'ouvrir dans IntelliJ IDEA (credits : Josh Long)","archived":false,"fork":false,"pushed_at":"2025-06-15T10:22:45.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-15T11:27:40.592Z","etag":null,"topics":["bash","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/aidihia.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-15T10:12:22.000Z","updated_at":"2025-06-15T10:27:36.000Z","dependencies_parsed_at":"2025-06-15T11:43:57.335Z","dependency_job_id":null,"html_url":"https://github.com/aidihia/uao","commit_stats":null,"previous_names":["aidihia/uao"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aidihia/uao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidihia%2Fuao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidihia%2Fuao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidihia%2Fuao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidihia%2Fuao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aidihia","download_url":"https://codeload.github.com/aidihia/uao/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidihia%2Fuao/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278963723,"owners_count":26076542,"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-10-08T02:00:06.501Z","response_time":56,"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","shell"],"created_at":"2025-06-18T03:10:41.812Z","updated_at":"2025-10-08T14:50:59.114Z","avatar_url":"https://github.com/aidihia.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UAO - Unzip And Open 📦💡\n\nScript bash pour extraire une archive ZIP et l'ouvrir automatiquement dans IntelliJ IDEA.\n\n[![Shell Script](https://img.shields.io/badge/shell-bash-green.svg)](https://www.gnu.org/software/bash/)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n## 🚀 Installation\n\n```bash\n# Installation rapide\ncurl -fsSL https://raw.githubusercontent.com/aidihia/uao/main/uao.sh -o ~/bin/uao\nchmod +x ~/bin/uao\necho 'export PATH=\"$HOME/bin:$PATH\"' \u003e\u003e ~/.bashrc\nsource ~/.bashrc\n```\n\n### Prérequis\n- `unzip` : `sudo apt-get install unzip`\n- IntelliJ IDEA avec commande `idea` configurée\n\n**Configurer la commande `idea` :**\n- Dans IntelliJ : **Tools** → **Create Command-line Launcher**\n- Ou : `sudo ln -s /path/to/idea/bin/idea.sh /usr/local/bin/idea`\n\n## 📖 Usage\n\n```bash\n# Usage basique\nuao mon-projet.zip\nuao /path/to/archive.zip\n\n# Mode debug\nDEBUG=y uao mon-projet.zip\n```\n\n## ⚠️ Codes d'erreur\n\n| Code | Erreur | Solution |\n|------|--------|----------|\n| -1 | `unzip` ou `idea` manquant | Installer les prérequis |\n| 1 | Aucune archive spécifiée | `uao archive.zip` |\n| 2 | Extension non .zip | Vérifier le fichier |\n| 3 | Dossier existe déjà | Supprimer/renommer le dossier |\n| 4-5 | Erreur extraction | Vérifier permissions/archive |\n\n## 🤝 Contribution\n\n1. Fork le projet\n2. Créer une branche (`git checkout -b feature/amélioration`)\n3. Commit (`git commit -am 'Ajout fonctionnalité'`)\n4. Push (`git push origin feature/amélioration`)\n5. Ouvrir une Pull Request\n\n## 📄 Licence\n\nMIT License - voir [LICENSE](LICENSE)\n\n---\n\n**Bugs/Questions** : [Issues GitHub](https://github.com/aidihia/uao/issues)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidihia%2Fuao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faidihia%2Fuao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidihia%2Fuao/lists"}