Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devpaps/aniterm
- Owner: devpaps
- License: mit
- Created: 2023-08-28T17:26:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T16:10:50.000Z (about 1 year ago)
- Last Synced: 2025-01-19T07:25:06.856Z (3 days ago)
- Topics: anime, cli, manga, rust, terminal-based
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 usersIf 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`