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

https://github.com/fpob/miko

AniDB CLI client to add files to mylist and rename them
https://github.com/fpob/miko

anidb anime cli rust

Last synced: about 2 months ago
JSON representation

AniDB CLI client to add files to mylist and rename them

Awesome Lists containing this project

README

        

# Miko

AniDB CLI client to add files to mylist and rename them.

## Installation

Use Nix

```sh
nix run github:fpob/miko
```

Or clone the repository and build manually

```sh
cargo build --release
install target/release/miko ~/.local/bin
```