An open API service indexing awesome lists of open source software.

https://github.com/swindlesmccoop/spdl


https://github.com/swindlesmccoop/spdl

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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)](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
```