A tiny command-line tool to transfer to Awoo installer
- Rust 92.5%
- Typst 3.8%
- Dockerfile 2.1%
- Just 1.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| cli | ||
| core | ||
| media | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| cliff.toml | ||
| Dockerfile | ||
| Justfile | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| prek.toml | ||
| README.md | ||
| release.toml | ||
A tiny command-line tool to transfer to Awoo installer, CyberFoil and probably more Nintendo Switch title installers which are based on the "Tinfoil" protocol.
Installation
Binary releases
Alternatives:
-
Manually download latest release and extract the tool to a location that is in your
$PATH. -
Use
cargo-binstall:cargo binstall ironfoil
From source
Alternatives:
-
Install latest release using cargo
cargo install ironfoil -
Install latest git version using cargo:
cargo install --git https://github.com/sermuns/ironfoil -
Manually clone then install
git clone https://github.com/sermuns/ironfoil cd ironfoil cargo install --path cli/
Both of these methods places ironfoil in ~/.cargo/bin/, which normally should be part of your $PATH.
Usage
Transfer to Awoo installer from the command-line
Usage: ironfoil <COMMAND>
Commands:
usb Transfer over USB
network Transfer over network
rcm Inject RCM payload
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
License
Dual-licensed under Apache 2.0 or MIT.
