# zeeper
- [zeeper](#zeeper)
- [Description](#description)
- [Getting Started](#getting-started)
- [Dependencies](#dependencies)
- [Installation](#installation)
- [Executing Program](#executing-program)
- [Help](#help)
- [Author](#author)
- [Version history](#version-history)
- [License](#license)
- [Acknowledgements](#acknowledgements)
a playlist tool for zeepkist
## Description
zeeper allows you to create a playlist from gtr data, you can get your favorite maps, randmom maps, hot and popular too.
## Getting Started
### Dependencies
- install rust/cargo <https://www.rust-lang.org/tools/install>
### Installation
`cargo install zeeper`
if your building from source `cargo install --path /path/to/repo`
### Executing Program
in the terminal run `zeeper [OPTIONS] <CMD>`
## Help
helper command `zeeper help [SUBCMD]`
if levels dont load, that is a steam/zeepkist issue. or they changed file formats :3
## Author
me
## Version history
- 0.1.0
* favorites
* random
* hot
* popular
- 1.0.0
* windows/mac support (just changed to Path instead of strings to write the file)
- 1.1.0
* now can get levels from records
* updated hot and popular, now can take limit and offset args
- 1.1.1
* i forgot to remove an early return lol
- 1.1.2
* streamlined iner workings in prep for possible gui
## License
This project is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0) license - see [LICENSE.txt] file for details.
## Acknowledgements
ThunderNerd for creating [GTR](https://zeepkist-gtr.com)