Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nezutero/anitsu
CLI Anime Scheduler in Go
https://github.com/nezutero/anitsu
anime anime-cli anime-go anime-schedular anime-schedule anime-schedules cli go golang golang-cli jikan jikan-api jikanime myanimelist myanimelist-cli
Last synced: about 1 month ago
JSON representation
CLI Anime Scheduler in Go
- Host: GitHub
- URL: https://github.com/nezutero/anitsu
- Owner: nezutero
- License: mit
- Created: 2023-12-29T10:38:24.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-14T12:53:11.000Z (5 months ago)
- Last Synced: 2024-09-15T08:57:19.329Z (3 months ago)
- Topics: anime, anime-cli, anime-go, anime-schedular, anime-schedule, anime-schedules, cli, go, golang, golang-cli, jikan, jikan-api, jikanime, myanimelist, myanimelist-cli
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AniTsu (Anime no Tsuiseki | アニメの追跡)
> AniTsu is a CLI Anime Scheduler crafted in Go, designed to enhance your anime-watching experience. With AniTsu, effortlessly manage and organize your anime journey with a few simple commands. Track your favorite shows, schedule upcoming episodes, and stay on top of your anime viewing schedule, all from the command line.
## Installation
```sh
git clone https://github.com/nezutero/anitsu
```## Usage
```sh
cd anitsu
go build
``````sh
./anitsu -d day_of_the_week
```## Output example
```
[+] Title: Sousou no Frieren
+ English Title: Frieren: Beyond Journey's End
+ Japanese Title: 葬送のフリーレン
+ Type: TV
+ Episodes: 28
+ Status: Currently Airing
+ Airing: true
+ Aired From: 2023-04-29
+ Aired To: 2024-02-01
+ Score: 9.1
+ Popularity: 550
+ Background: Sousou no Frieren was released on Blu-ray and DVD in seven volumes from January 24, 2024, to July 17, 2024.
+ Members: 407932
+ Scored By: 118438
+ Duration: 24 min per ep
+ Favorites: 11546
+ URL: https://myanimelist.net/anime/52991/Sousou_no_Frieren
+ Rank: 1
+ Year: 2023
+ MAL ID: 52991
+ Rating: PG-13 - Teens 13 or older
+ Season: fall
+ Source: Manga
----------------------------
and in the same style others that arrive this day...
```## Contributing
- Pull requests are welcome, for major changes, please open an issue first to
discuss what you would like to change.- Please make sure to update tests as appropriate.
## License
- [MIT](./LICENSE)