Home

Awesome

<p align="center"> <img src="https://github.com/VitorCarvalho67/faster-news/assets/102667323/4652d5ad-0ce4-4282-8112-9c9c6137b551" /> </p>

Animatic - V.02

GitHub license GitHub stars GitHub stars GitHub stars GitHub stars GitHub stars

Animatic is a Go-based application designed to search and watch anime episodes from the web, as well as to provide the option to download them. It offers a command-line interface for users to input the name of the anime they wish to access or download. The project is particularly geared towards those who prefer interacting with the application through the terminal, making it a streamlined and efficient way to search for and view anime episodes for enthusiasts of the genre. Its main focus is on anime content with Portuguese dubbing and subtitles.

Features

How Install

  1. Start compiling the animatic-v2 with
go build cmd/animatic-v2/main.go
  1. Move the animatic-v2 from $HOME/.local/bin/
mv main $HOME/.local/bin/animatic-v2
  1. Put the .local/bin in path (adding this part in your shell dotfile)
export PATH="$HOME/.local/bin/:$PATH"

[!TIP] The animatic-v2 pass by refactoring and doesn't has a default directory from download the files We can use go-anime base to salve content and mpv to reproduce automatically alread downloaded files Is recomended adding this alias in your default shell dotfile

alias animatic="animatic-v2 --gac --debug"

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

TODO