Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devpaps/aniterm

Fetch your favorite anime and manga details right in your terminal! Built with Rust and love.
https://github.com/devpaps/aniterm

anime cli manga rust terminal-based

Last synced: about 7 hours ago
JSON representation

Fetch your favorite anime and manga details right in your terminal! Built with Rust and love.

Awesome Lists containing this project

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`