https://github.com/tsirysndr/datpiff
A command-line tool for DatPiff Mixtapes
https://github.com/tsirysndr/datpiff
cli client crates datpiff hiphop mixtapes rust tokio
Last synced: 12 months ago
JSON representation
A command-line tool for DatPiff Mixtapes
- Host: GitHub
- URL: https://github.com/tsirysndr/datpiff
- Owner: tsirysndr
- License: mit
- Created: 2022-08-21T22:27:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T14:11:37.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T09:41:37.881Z (about 1 year ago)
- Topics: cli, client, crates, datpiff, hiphop, mixtapes, rust, tokio
- Language: Rust
- Homepage:
- Size: 181 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DatPiff CLI
DatPiff CLI helps you browse [DatPiff](https://www.datpiff.com/) mixtapes right from the terminal.

## Installation
Simply run:
```bash
$ cargo install datpiff
```
### macOS/Linux
```bash
$ brew install tsirysndr/tap/datpiff
```
Or download the latest release for your platform [here](https://github.com/tsirysndr/datpiff/releases).
## Usage
```
USAGE:
datpiff
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
exclusives Get the latest exclusives
help Print this message or the help of the given subcommand(s)
hot Get the hottest mixtapes
info Show details about a mixtape
latest Get the latest mixtapes
search Search mixtape
top Get the top mixtapes of the month
```