0.1.0 • Published 4 years ago
rom-downloader v0.1.0
rom-downloader
Simple command line utility to search websites for roms to download.
This was built to support some low-powered Android handhelds that have trouble rendering modern websites. Using the command line and instead searching the text of those websites requires much less processing power, and thus enables quick access to downloadable roms.
Installation
Android
- Termux https://play.google.com/store/apps/details?id=com.termux
- Install node & git
pkg install git nodejs-lts
npm i -g rom-downloader
Usage
Usage: rom-downloader [options] <query>
Searches for a rom file and downloads the selected match.
Options:
-v, --version output the current version
-d, --dest <downloadFolder> Download destination for file
--trace Enables trace logs
--site <site> Site to use for searching: roms-get,roms-mania,roms-download
-h, --help display help for command
0.1.0
4 years ago