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.
- Host: GitHub
- URL: https://github.com/caixetadev/gophimation
- Owner: Caixetadev
- License: mit
- Created: 2023-02-13T07:21:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T21:25:20.000Z (over 2 years ago)
- Last Synced: 2025-04-13T17:52:14.411Z (about 1 year ago)
- Topics: anime, cli, go, gopher
- Language: Go
- Homepage:
- Size: 5.87 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Gophimation





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)