{"id":18878441,"url":"https://github.com/yellow-footed-honeyguide/unpak","last_synced_at":"2025-08-11T02:08:37.107Z","repository":{"id":245283937,"uuid":"817793507","full_name":"yellow-footed-honeyguide/unpak","owner":"yellow-footed-honeyguide","description":"Utility for unpacking any type of archive 📦","archived":false,"fork":false,"pushed_at":"2024-08-01T04:25:26.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T05:28:17.775Z","etag":null,"topics":["cli-tools","extract","extractor","unix"],"latest_commit_sha":null,"homepage":"","language":"C","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/yellow-footed-honeyguide.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":"2024-06-20T13:00:39.000Z","updated_at":"2025-03-21T19:58:08.000Z","dependencies_parsed_at":"2024-08-01T06:29:20.559Z","dependency_job_id":"fcac1536-00e2-405c-9ce3-6e384aaf08fe","html_url":"https://github.com/yellow-footed-honeyguide/unpak","commit_stats":null,"previous_names":["yellow-footed-honeyguide/unpak"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yellow-footed-honeyguide/unpak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellow-footed-honeyguide%2Funpak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellow-footed-honeyguide%2Funpak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellow-footed-honeyguide%2Funpak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellow-footed-honeyguide%2Funpak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yellow-footed-honeyguide","download_url":"https://codeload.github.com/yellow-footed-honeyguide/unpak/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yellow-footed-honeyguide%2Funpak/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269819032,"owners_count":24480087,"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-08-11T02:00:10.019Z","response_time":75,"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":["cli-tools","extract","extractor","unix"],"created_at":"2024-11-08T06:27:01.724Z","updated_at":"2025-08-11T02:08:37.085Z","avatar_url":"https://github.com/yellow-footed-honeyguide.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unpak - Universal File Extractor\n\nA command-line utility for extracting various archive formats on Unix-like systems.\n\n## Description\n\nunpak is a versatile file extraction tool that seamlessly handles multiple archive formats. With its user-friendly interface and efficient extraction capabilities, unpak simplifies the process of unpacking files on Unix-like operating systems.\n\n## Features\n🌋 Multi-Format Mastery 📦\n\nThe unpak can unpack files from the following archives:\n- `.tar.gz`   \n- `.tar.bz2`   \n- `.tar.xz`   \n- `.zip`\n- `.7z` \n- `.deb`\n- `.rpm`\n\nThe unpak can decompress:\n- `.gz`   \n- `.bz2`   \n- `.xz`   \n\n\n🌋 Command-Line Convenience ⌨️\n\nExperience the power and efficiency of a command-line utility, designed for seamless integration with your favorite Unix-like environment.  \n\n🌋 Almost zero overhead 🦾  \n\nA utility written in pure C with a couple of C shared libraries.\n\n🌋 Cross-Platform Compatibility 🌐\n\nWhether you're on Linux, macOS, or BSD, unpak adapts seamlessly to your Unix-like environment, providing a consistent and familiar experience.\n\n## Getting Started\n\n### Dependencies\n- `libarchive`\n- `librpm`  \n- `librpmio`\n\n### Installing\nTo install unpak, follow these steps:\n```\ngit clone https://github.com/your-username/unpak.git\ncd unpak\nmkdir build\ncd build\nmeson ..\nninja\n```\nNow you can install unpak to /usr/local/bin/\n```sudo ninja install```\n\n\n\n### Executing program\nTo extract an archive, simply run the `unpak` executable with the archive file as an argument:\n\n```  \nunpak archive.tar.gz\nunpak archive.zip\nunpak archive.7z  \n```\n\nunpak will automatically detect the archive format and extract its contents to the current directory.\n\n## Issue Templates\nIf you encounter a bug or have a feature request, please use one of the following templates:\n\n- [Bug Report](.github/ISSUE_TEMPLATE/bug_report.md)\n- [Feature Request](.github/ISSUE_TEMPLATE/feature_request.md)\n\n## Contributing\n\nIf you'd like to contribute to this project, please read our [Contributing Guidelines](CONTRIBUTING.md) for more information on how to get started.\n\n## Authors\nContributors names and contact info\n\nex. Sergey Veneckiy \n\nmail: s.venetsky@gmail.com\n\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyellow-footed-honeyguide%2Funpak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyellow-footed-honeyguide%2Funpak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyellow-footed-honeyguide%2Funpak/lists"}