https://github.com/4cecoder/anicast
Cast anime to the TV from Cli (macos/linux)
https://github.com/4cecoder/anicast
anime anime-search casting cli
Last synced: 3 months ago
JSON representation
Cast anime to the TV from Cli (macos/linux)
- Host: GitHub
- URL: https://github.com/4cecoder/anicast
- Owner: 4cecoder
- License: mit
- Created: 2022-01-25T06:15:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T23:06:45.000Z (over 3 years ago)
- Last Synced: 2025-06-29T08:41:12.982Z (4 months ago)
- Topics: anime, anime-search, casting, cli
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anicast
# ANIME from the terminal to TV in a single command# Search for an Anime and beam to TV from ONLY YOUR terminal (macos/linux)
### Repo Cloning Commands
```bash
git clone --recursive https://github.com/4cecoder/anicast
cd anicast
```### First run the build command
```bash
./setup.sh
```## search for an anime title in cli
1. Find the name of the anime and remember the query number (for dub or subbs choice)
2. test to see if the episode is reachable by this first command
3. find your episode number (will need for the next step)``` ani-cli/./ani-cli ```
### once you know know the cli name and episode number
# Then it is time to get casting
## cast it to a smart tv or other castable device```bash
#usage
./cast.sh
```
### Just Wait for your anime selection to download and...## Now you're beaming it!
### It should just start casting to whatever's currently castable on your local network
## Dependencies:
## *Bruh*
### you NEED ALL these normal linux packages working:
Casting:
```
go
```
Anime Searching:
```
grep
sed
curl
openssl
jq
```