Download packs from the StepManiaOnline.net pack repository
This repository has been archived on 2022-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Swindles McCoop 5407f30175 Change "clean" to "uninstall" 2022-08-22 14:24:56 -04:00
Makefile Change "clean" to "uninstall" 2022-08-22 14:24:56 -04:00
PKGBUILD Update to pull from CBPS 2022-03-01 22:20:34 +00:00
README.md Merge branch 'master' of https://git.cbps.xyz/swindlesmccoop/spdl 2022-08-19 13:51:44 +00:00
spdl Merge branch 'master' of https://git.cbps.xyz/swindlesmccoop/spdl 2022-08-19 13:51:44 +00:00

README.md

Usage

spdl [-dh] [pack]

-d, --download: (D)ownload [pack]
-h, --help: Print a (h)elp message

When supplying input with spaces, either use underscores to represent spaces or use quotes (single or double, doesn't matter).

Tutorial Video (outdated, new one coming soon)

Installation

Arch Linux and derivatives (Pacman-based)

curl -O "https://git.cbps.xyz/swindlesmccoop/PKGBUILDS/raw/branch/master/spdl/PKGBUILD"
makepkg -si

Other distributions

git clone https://git.cbps.xyz/swindlesmccoop/spdl.git
cd spdl
make && sudo make install