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

https://github.com/caixetadev/gophimation

🌲 a golang-based CLI to keep track of your favorite anime, offering a streamlined and efficient viewing experience.
https://github.com/caixetadev/gophimation

anime cli go gopher

Last synced: about 1 year ago
JSON representation

🌲 a golang-based CLI to keep track of your favorite anime, offering a streamlined and efficient viewing experience.

Awesome Lists containing this project

README

          

# Gophimation

![GitHub repo size](https://img.shields.io/github/repo-size/Caixetadev/gophimation?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/Caixetadev/gophimation?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/Caixetadev/gophimation?style=for-the-badge)
![Bitbucket open issues](https://img.shields.io/github/issues/Caixetadev/gophimation?style=for-the-badge)
![Bitbucket open pull requests](https://img.shields.io/bitbucket/pr-raw/Caixetadev/gophimation?style=for-the-badge)

https://user-images.githubusercontent.com/87894998/224532763-f82b90f2-06c5-4b44-8c96-c3eb2eab7244.mp4

> Gophimation is a command-line tool built in Golang that allows you to watch your favorite anime directly from the terminal, without the distraction of ads and other unwanted interruptions.

### Adjustments and Improvements

The project is still in development, and upcoming updates will focus on the following tasks:
- [ ] Make mpv work on Windows
- [ ] Add more player options

## πŸ’» Prerequisites

Before you begin, make sure you have met the following requirements:
* mpv

## πŸš€ Installing Gophimation

To install Gophimation, follow these steps:

Install gophimation [HERE](https://github.com/Caixetadev/gophimation/releases)

Linux:
```
cd Downloads
sudo chmod +x gophimation
sudo mv gophimation /usr/bin
```

## β˜• Using Gophimation

To search for an anime:
```
gophimation animename
```

to search for a random anime:
```
gophimation random
```

to search for the most watched anime of the week:
```
gophimation
```

## πŸ˜„ Be one of the contributors

Want to be part of this project? Click [HERE](CONTRIBUTING.md) and read how to contribute.

## πŸ“ License

This project is under license. See the [LICENÇA](LICENSE) file for more details

[⬆ Go to top](#nome-do-projeto)