demo1-1.mp4
Chimimouryou is a terminal-based application that lets users search for anime, browse episodes, and stream them directly using the MPV media player. Built with Go and the Bubble Tea framework, Chimimouryou provides a simple and lightweight solution for anime enthusiasts.
Chimimouryou is in its very early stages. I know there aren't many features yet, but I'll be adding as many as I can in the coming months as my time permits. :)
- Search Anime: Search for your favorite anime by title.
- Episode Navigation: Browse through available episodes for any anime.
- Direct Playback: Stream episodes directly in MPV with high-quality playback.
Homebrew is recommended to have installed on your machine if you are using MacOS. Follow the download instructions here.
Ensure you have Homebrew installed. If not, you can install it with:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
Add the Chimimouryou Tap: Tap the custom repository to make the formula available:
brew tap mortezafa/chimi-homebrew-tap https://github.com/mortezafa/chimi-homebrew-tap
-
Install Chimimouryou: Use Homebrew to install the CLI:
brew install chimimouryou
-
Run the CLI: Once installed, you can start using the CLI:
chimi search <anime>
- To update Chimimouryou in the future, simply run:
brew update && brew upgrade chimimouryou
- Operating System: Linux, macOS, or Windows (with WSL).
- Dependencies:
- Install all dependencies at once on macOS or Linux using Homebrew or a package manager of your choice:
brew install go mpv git
- Alternatively, install them individually:
- Go (1.20 or newer)
- MPV Media Player
- Git
- Install all dependencies at once on macOS or Linux using Homebrew or a package manager of your choice:
-
Clone the Repository:
git clone https://github.com/mortezafa/Chimimouryou.git cd Chimimouryou
-
Build the Application:
go build -o chimi ./cmd/main.go
-
Run the Application:
# Move the binary to a directory in your PATH to run it globally mv chimi /usr/local/bin/chimi # Now run the application using: chimi search <anime>
Coming Soon...
-
Search for Anime:
chimi search <anime>
Replace
<anime>
with the title of the anime you want to search for. -
Navigate Results:
- Use the arrow keys to browse the list.
- Press
Enter
to select an anime or episode.
-
Play an Episode:
- Once an episode is selected, it will stream directly in MPV.
We welcome contributions from the community! Here's how you can help:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request with a clear description of your changes.
For larger changes, please open an issue first to discuss your ideas.
This project is licensed under the MIT License.
If you have any questions or issues, feel free to open an issue on GitHub or contact us directly.
Happy streaming!