{"id":19350835,"url":"https://github.com/terroo/extract","last_synced_at":"2026-02-12T16:31:14.687Z","repository":{"id":275655854,"uuid":"926772272","full_name":"terroo/extract","owner":"terroo","description":"Automatically recognizes and extracts various types of mime formats from compressed files. If it is installed, otherwise it says Failed to unpack: '[type]'. and you will need to install the appropriate software later","archived":false,"fork":false,"pushed_at":"2025-02-04T12:12:15.000Z","size":75,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T21:19:10.885Z","etag":null,"topics":["command-line","cpp","cpp23","extract","wrapper"],"latest_commit_sha":null,"homepage":"https://terminalroot.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terroo.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":"2025-02-03T20:39:55.000Z","updated_at":"2025-02-04T12:12:18.000Z","dependencies_parsed_at":"2025-02-03T21:44:08.855Z","dependency_job_id":null,"html_url":"https://github.com/terroo/extract","commit_stats":null,"previous_names":["terroo/extract"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fextract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fextract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fextract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fextract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terroo","download_url":"https://codeload.github.com/terroo/extract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247396486,"owners_count":20932340,"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","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":["command-line","cpp","cpp23","extract","wrapper"],"created_at":"2024-11-10T04:34:05.565Z","updated_at":"2026-02-12T16:31:14.679Z","avatar_url":"https://github.com/terroo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `extract`\nAutomatically recognizes and extracts various types of mime formats from compressed files. If it is installed, otherwise it says **Failed to unpack: '[type]'.** and you will need to install the appropriate software later\n\n![extract --list](./script/extract.png) \n\n---\n\n## Dependencies\n+ C++ compiler: [GNU GCC](https://gcc.gnu.org/) or [Clang/LLVM](https://clang.llvm.org/)\n+ [CMake](https://cmake.org/)\n\nExample on Ubuntu:\n```bash\nsudo apt install build-essential cmake\n```\n\n---\n\n## Instalation\n```sh\ngit clone https://github.com/terroo/extract\ncd extract\ncmake -B build .\ncmake --build build/\nsudo cmake --install build/\n```\n\n---\n\n## Usage\n+ Show the help:\n```sh\nextract --help\n```\n\u003e Or only: `extract -h`\n\n+ Show the manual:\n```sh\nman extract\n```\n\n+ Extract file:\n\u003e Example to *tbz2*\n```sh\nextract file.tbz2\n```\n\n+ Extract file in verbose mode:\n\u003e Example to *lzma*\n```sh\nextract file.tbz2 --verbose \n```\n\u003e Or only: `extract file.tbz2 -v`. The verbose needs to be the last command!\n\n+ Lists commands to compress and uncompress:\n```sh\nextract --list\n```\n\u003e Or only: `extract -l`\n\n---\n\n## Notice\nIf the decompressor is not installed, there will be output: **Failed to unpack: '[type]'.** To resolve, install the appropriate software.\n\n---\n\n## License\nCopyright © 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later \u003chttps://gnu.org/licenses/gpl.html\u003e.\n\n---\n\n## Uninstalation\n```sh\ngit clone https://github.com/terroo/extract\ncd extract\ncmake -B build .\ncmake --build build/\ncd build/\nsudo xargs rm \u003c install_manifest.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterroo%2Fextract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterroo%2Fextract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterroo%2Fextract/lists"}