Skip to content

Commit

Permalink
Merge pull request #5 from KitsuneSemCalda/master
Browse files Browse the repository at this point in the history
Syncro main <-> dev
  • Loading branch information
KitsuneSemCalda authored Mar 29, 2024
2 parents 9994a23 + 474084d commit 07493b3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go

on:
push:
branches: [ "master", "dev", "*" ]
pull_request:
branches: [ "master", "dev", "*" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.1'

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
# Animatic
[![GitHub license](https://img.shields.io/github/license/KitsuneSemCalda/Animatic)](KitsuneSemCalda/Animatic/blob/master/LICENSE) ![GitHub stars](https://img.shields.io/github/stars/KitsuneSemCalda/Animatic) ![GitHub stars](https://img.shields.io/github/languages/count/KitsuneSemCalda/Animatic) ![GitHub stars](https://img.shields.io/github/languages/top/KitsuneSemCalda/Animatic) ![GitHub stars](https://img.shields.io/github/repo-size/KitsuneSemCalda/Animatic) ![GitHub stars](https://img.shields.io/github/languages/code-size/KitsuneSemCalda/Animatic)

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.
Animatic is a Go-based application designed to search and watch anime episodes from the web via plex or jellyfin, 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.

>[!TIP]
> If you prefer using you own computer to reproduce the animes we recommend use the [GoAnime](https://github.com/alvarorichard/GoAnime) instead Animatic.
## Features

- Checks for internet connection at startup.
Expand Down Expand Up @@ -63,4 +66,4 @@ Contributions are what make the open-source community such an amazing place to l
2. Create your Feature Branch
3. Commit your Changes
4. Push to the Branch
5. Open a Pull Request
5. Open a Pull Request

0 comments on commit 07493b3

Please sign in to comment.