redxtech / switchup

switchup is a command line tool for downloading and preparing SD cards for modded switches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

switchup

switchup is a command line tool for downloading and preparing SD cards for modded switches.

usage

switchup comes with many options for configuring which tools will end up on your modded switch. most are enabled by default, and passing their flag will disabled them. the ones that are disabled by default will be enabled if their flag is passed.

Usage: switchup -[options]
  -a: omit AIO Updater
  -c: skip cleanup
  -d: omit DBI
  -e: include emuNAND
  -f: omit fastCFWswitch
  -g: omit Goldleaf
  -h: include HDR
  -k: keep folder (if zipping)
  -l: omit Lockpick_RCM
  -n: omit Tinfoil
  -r: include RetroArch
  -t: omit Training Mod
  -w: omit WiFi Latency Mod
  -z: output a zip file

# Example (omit Goldleaf, include HDR, output a zip):
switchup -ghz

included content

Name Location Flag Enabled by default
Atmosphere GitHub N/A yes
Hekate GitHub N/A yes
Sigpatches Website N/A yes
Skyline GitHub N/A yes
ARCropolis GitHub N/A yes
WiFi Latency Mod GitHub -w yes
V-Sync Mod GitHub -v yes
Training Modpack GitHub -t yes
fastCFWswitch GitHub -f yes
Tesla Overlay GitHub follows -f yes
nx-ovlloader GitHub follows -f yes
HewDraw Remix GitHub -h no
Smashline Hook GitHub follows -h no
AIO Updater GitHub -a yes
DBI GitHub -d yes
Goldleaf GitHub -g yes
Tinfoil Website -n yes
Lockpick_RCM GitHub -l yes
Blood Falcon Skin (c02 only) GameBanana N/A yes
RetroArch Website -r no

dependencies

there aren't too many programs required to run switchup.

  • bash (or any posix compliant shell) - to run the script.
  • curl - to download content.
  • gh - to download content from github releases.
  • unzip - to extract content from github releases
  • p7zip - to extract retroarch zip

todo

About

switchup is a command line tool for downloading and preparing SD cards for modded switches


Languages

Language:Shell 100.0%