Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T14:11:37.000Z (over 2 years ago)
- Last Synced: 2024-11-14T00:07:02.910Z (2 months ago)
- Topics: cli, client, crates, datpiff, hiphop, mixtapes, rust, tokio
- Language: Rust
- Homepage:
- Size: 181 KB
- Stars: 2
- Watchers: 2
- 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:
datpiffOPTIONS:
-h, --help Print help information
-V, --version Print version informationSUBCOMMANDS:
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```