{"id":22420410,"url":"https://github.com/SharpIceX/Kiwi","last_synced_at":"2025-10-27T05:31:21.299Z","repository":{"id":241830520,"uuid":"805863947","full_name":"FurryRbl/Kiwi","owner":"FurryRbl","description":"A cross-platform command line utility","archived":false,"fork":false,"pushed_at":"2024-12-11T14:06:21.000Z","size":224,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"old","last_synced_at":"2024-12-19T11:02:07.869Z","etag":null,"topics":["cli","command-line","command-line-tool","command-line-tools","cross-platform","node","node-js","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FurryRbl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"SharpIce","custom":"https://ifdian.net/@SharpIce"}},"created_at":"2024-05-25T17:20:00.000Z","updated_at":"2024-12-10T15:16:56.000Z","dependencies_parsed_at":"2024-05-30T07:44:07.120Z","dependency_job_id":"88f86b2c-7329-4b36-ba01-2eefa08a2c28","html_url":"https://github.com/FurryRbl/Kiwi","commit_stats":null,"previous_names":["furryrbl/kiwi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurryRbl%2FKiwi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurryRbl%2FKiwi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurryRbl%2FKiwi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurryRbl%2FKiwi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FurryRbl","download_url":"https://codeload.github.com/FurryRbl/Kiwi/tar.gz/refs/heads/old","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238444810,"owners_count":19473595,"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":["cli","command-line","command-line-tool","command-line-tools","cross-platform","node","node-js","nodejs"],"created_at":"2024-12-05T16:19:26.158Z","updated_at":"2025-10-27T05:31:15.926Z","avatar_url":"https://github.com/FurryRbl.png","language":"TypeScript","funding_links":["https://ko-fi.com/SharpIce","https://ifdian.net/@SharpIce","https://ko-fi.com/S6S8L8OOP"],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD033 MD041 MD045 --\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S8L8OOP)\n[![爱发电](https://img.shields.io/badge/%E7%88%B1%E5%8F%91%E7%94%B5_Afdian-946CE6?style=for-the-badge)](https://ifdian.net/a/SharpIce)\n\n\u003c/div\u003e\n\n\u003chr\u003e\n\n## 命令\n\n### 1.help\n\nDisplay help information\n\nusage: `Kiwi help`\n\nSimilar commands: `--help`、`-h`\n\n### 2.version\n\nDisplay version information\n\nusage: `Kiwi version`\n\nSimilar commands: `--version`、`-v`\n\n### 3.config\n\nAdd, modify, and delete configuration items\n\nusage: `Kiwi config [Subcommands] [Options]`\n\nSubcommands:\n\n- add - Add configuration items. Of course, it can also be used to modify configuration items. For example: `Kiwi config add icon=false logging=\"debug\" ...`\n- delete - Add configuration items, for example: `Kiwi config delete icon logging ...`\n- list - List all configuration items\n\nRelated configurations:\n\n| Configuration item |  Type   |              Description               | Default value |\n| :----------------: | :-----: | :------------------------------------: | :-----------: |\n|      iconText      | Boolean | Whether to include icons in the output |     true      |\n|     colorText      | Boolean |   Whether to output colored content    |     true      |\n|  SponsorshipTips   | Boolean |  Whether to display sponsorship tips   |     true      |\n|      language      | string  |            Set the language            |     en_us     |\n\n### 4.brotli\n\nUnzip/compress brotli compressed files with the suffix ‘.br’, such as `system.new.dat.br` or `vendor.new.dat.br` files\n\nusage: `Kiwi brotli [Options] [Path] -o [Path]`\n\nexample:\n\n- Unzip: `Kiwi brotli -u /path/vendor.new.dat.br -o /path/vendor.img`\n- Compression: `Kiwi brotli -c /path/vendor.img -o /path/vendor.new.dat.br`\n\nOptions:\n\n- `-u` Unzip\n- `-c` Compression\n- `-o` Output location\n- `--level` Compression level, range: 0-11, default: 0, recommended 3~5\n\n### 5.transfer2img\n\nConvert the file with the suffix `*.new.dat` and `*.transfer.list` to an img file, for example `system.new.dat` and `system.transfer.list`\n\nusage: `Kiwi transfer2img [*.new.dat file path] [*.transfer.list file path] [output path]`\n\nExample: `Kiwi transfer2img /path/vendor.new.dat /path/vendor.transfer.list /path/vendor.img`\n\n### 6.vbmeta\n\nvbmeta related tools\n\nusage: `Kiwi vbmeta [Subcommands] [vbmeta file path]`\n\nSubcommands:\n\n- info - Get vbmeta information\n- disable_verify - Disable AVB verification for vbmeta files\n\n### 7.check\n\nCheck whether the operating environment is compatible\n\nusage: `Kiwi check`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSharpIceX%2FKiwi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSharpIceX%2FKiwi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSharpIceX%2FKiwi/lists"}