aniterm

Crates.ioaniterm
lib.rsaniterm
version0.1.2
sourcesrc
created_at2023-09-18 19:31:28.609282
updated_at2024-01-08 16:14:20.222195
descriptionSearch and fetch information about anime and manga
homepage
repositoryhttps://github.com/devpaps/aniterm
max_upload_size
id976183
size56,879
Lars Jönsson (devpaps)

documentation

README

AniTerm

Description

AniTerm is a simple command-line tool that lets you search for and fetch detailed information about anime and manga series. Whether you're looking for the next series to binge-watch or just curious about a particular anime, this tool has got you covered. This command-line tool is using Kitsu API for fetching the data.

Installation

Planning for a release on homebrew soon for MacOS users

If you have Cargo installed on you machine just run this in your terminal: cargo install aniterm

Features

  • 🌟 Search for anime and manga by name
  • 📄 Get detailed information like descriptions, ratings, and more
  • 📺 Support for fetching YouTube trailers

Usage

To search for an anime:

aniterm -a "Cowboy Bebop"

To search for a manga:

aniterm -m "Berserk"

Get information on how to use it:

aniterm -h

Commit count: 8

cargo fmt