{"id":23803224,"url":"https://github.com/honnip/popolion","last_synced_at":"2025-11-10T22:30:39.585Z","repository":{"id":65973136,"uuid":"599952458","full_name":"honnip/popolion","owner":"honnip","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-22T02:56:14.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T23:45:49.145Z","etag":null,"topics":["granadoespada","ies","imcgames","ipf","treeofsavior"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/honnip.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":"2023-02-10T08:45:40.000Z","updated_at":"2023-02-17T07:20:24.000Z","dependencies_parsed_at":"2023-05-26T20:45:28.129Z","dependency_job_id":null,"html_url":"https://github.com/honnip/popolion","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honnip%2Fpopolion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honnip%2Fpopolion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honnip%2Fpopolion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honnip%2Fpopolion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honnip","download_url":"https://codeload.github.com/honnip/popolion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240054047,"owners_count":19740763,"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":["granadoespada","ies","imcgames","ipf","treeofsavior"],"created_at":"2025-01-01T22:29:58.880Z","updated_at":"2025-11-10T22:30:39.541Z","avatar_url":"https://github.com/honnip.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Popolion\n\nA cli tool for ipf archive.\n\nDownload pre-built binaries from\n[Releases](https://github.com/honnip/popolion/releases)\n\n## Features\n\n- Extract ipf archive\n- Decrypt ies file (this is done by default)\n- List files of ipf archive\n\nTry `popo -h` to see all available commands, `popo extract -h` to see usage and\noptions for extract command.\n\n## Examples\n\nList files\n\n```shell\npopo list path/to/example.ipf\n```\n\nExtract\n\n```shell\n# Extract to current directory\npopo extract example.ipf\npopo extract example.ipf another.ipf\npopo extract *.ipf # on Windows (cmd and powershell), wildcard is not supported. Try nushell or WSL\n\n# Extract to sub-directory (with same name as filename)\npopo extract -s example.ipf  # example/...\n```\n\nExtract to specific directory:\n\n```shell\n# If the file already exists, it will be overwritten by default\npopo extract path/to/example.ipf -d to/extracted\n```\n\nExtract files except those that match the expression:\n\n```shell\n# --exclude option takes glob pattern\npopo extract path/to/example.ipf -x \"*.png\"\n\n# also multiple patterns\npopo extract example.ipf -x \"*.jpg\" -x \"some.ipf/*\"\n\n# extract only LUA files\npopo extract example.ipf -x \"!*.lua\"\n# ..or LUA and XML files\npopo extract example.ipf -x \"!.{lua,xml}\"\n```\n\nNever overwrite files:\n\n```shell\npopo extract -n example.ipf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonnip%2Fpopolion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonnip%2Fpopolion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonnip%2Fpopolion/lists"}