https://github.com/swindlesmccoop/spdl
https://github.com/swindlesmccoop/spdl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swindlesmccoop/spdl
- Owner: swindlesmccoop
- Created: 2021-12-19T13:59:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T18:32:41.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:51:43.464Z (4 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
`spdl [-dh] [pack]``-d`, `--download`: (D)ownload `[pack]`\
`-h`, `--help`: Print a (h)elp messageWhen 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)](https://youtube.com/watch?v=T04WqVUnaVI)
# 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
```