Command line tool to search and download roms from Vimm's Lair.
vm-cli
allows to search and download roms published by Vimm's Lair through command line interface.
Requires Aria2c downloader installed and set in Environment variables (or paste the execuatble in path which is already an environment variable)
#Shhhhh🤫! install scoop then
scoop install aria2
For Ubuntu
sudo apt-get install aria2
pip install git+https://github.com/devvratmiglani/Vimmdl.git
For linux distributions you can also try pipx to counter the error message error: externally-managed-environment
pipx install git+https://github.com/devvratmiglani/Vimmdl.git
Installing pipx? Install pipx
List available consoles
vm consoles
Basic usage
vm search genesis sonic
or equivalent alias
vm search GEN sonic
download
command takes the rom's webpage as argument(s)
vm download https://vimm.net/vault/9663
for simultaneous downloads
vm download https://vimm.net/vault/70794 https://vimm.net/vault/9663 https://vimm.net/vault/68873
pip uninstall vm-cli
or pipx
pipx uninstall vm-cli