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
- Host: GitHub
- URL: https://github.com/fpob/miko
- Owner: fpob
- Created: 2024-11-04T19:09:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T12:21:05.000Z (6 months ago)
- Last Synced: 2024-12-13T13:26:41.061Z (6 months ago)
- Topics: anidb, anime, cli, rust
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```