Coder Social home page Coder Social logo

kiwi's Introduction

Support me on Ko-fi Support me on Afdian

命令

1.help

Display help information

usage: Kiwi help

Similar commands: --help-h

2.version

Display version information

usage: Kiwi version

Similar commands: --version-v

3.config

Add, modify, and delete configuration items

usage: Kiwi config [Subcommands] [Options]

Subcommands:

  • add - Add configuration items. Of course, it can also be used to modify configuration items. For example: Kiwi config add icon=false logging="debug" ...
  • delete - Add configuration items, for example: Kiwi config delete icon logging ...
  • list - List all configuration items

Related configurations:

Configuration item Type Description Default value
iconText Boolean Whether to include icons in the output true
colorText Boolean Whether to output colored content true
debug Boolean Whether to output debug information false
SponsorshipTips Boolean Whether to display sponsorship tips true
language string Set the language en_us

4.brotli

Unzip/compress brotli compressed files with the suffix ‘.br’, such as system.new.dat.br or vendor.new.dat.br files

usage: Kiwi brotli [Options] [Path] -o [Path]

example:

  • Unzip: Kiwi brotli -u /path/vendor.new.dat.br -o /path/vendor.img
  • Compression: Kiwi brotli -c /path/vendor.img -o /path/vendor.new.dat.br

Options:

  • -u Unzip
  • -c Compression
  • -o Output location
  • --level Compression level, range: 0-11, default: 0, recommended 3~5

5.transfer2img

Convert the file with the suffix *.new.dat and *.transfer.list to an img file, for example system.new.dat and system.transfer.list

usage: Kiwi transfer2img [*.new.dat file path] [*.transfer.list file path] [output path]

Example: Kiwi transfer2img /path/vendor.new.dat /path/vendor.transfer.list /path/vendor.img

6.vbmeta

vbmeta related tools

usage: Kiwi vbmeta [Subcommands] [vbmeta file path]

Subcommands:

  • info - Get vbmeta information
  • disable_verify - Disable AVB verification for vbmeta files

7.check

Check whether the operating environment is compatible

usage: Kiwi check

kiwi's People

Contributors

furryrbl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

kiwi's Issues

[enhancement] 将构建工具迁移至Rspack

因为发现SharpIce的项目是拿Webpack做的打包,所以推荐下基于Rust的Rspack(

顺带一提,虽然terser-webpack-plugin没法用,但是他们有性能更佳的SwcJsMinimizerRspackPlugin

天下苦Webpack久矣!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.