Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irevenko/what-anime-cli
❓🖼 Find the anime scene by image using your terminal
https://github.com/irevenko/what-anime-cli
anime anime-fans anime-search animes cli cli-app go go-cli go-cli-example golang golang-application golang-wrapper
Last synced: 13 days ago
JSON representation
❓🖼 Find the anime scene by image using your terminal
- Host: GitHub
- URL: https://github.com/irevenko/what-anime-cli
- Owner: irevenko
- License: mit
- Created: 2021-01-17T19:28:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T06:40:51.000Z (about 3 years ago)
- Last Synced: 2024-11-06T09:40:28.939Z (about 1 month ago)
- Topics: anime, anime-fans, anime-search, animes, cli, cli-app, go, go-cli, go-cli-example, golang, golang-application, golang-wrapper
- Language: Go
- Homepage: https://trace.moe
- Size: 25 MB
- Stars: 819
- Watchers: 15
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - irevenko/what-anime-cli - ❓🖼 Find the anime scene by image using your terminal (Go)
- awesome-golang-repositories - what-anime-cli
README
# What Anime CLI ❓🖼
> This application is basically a 🍬 wrapper around
trace.moePREVIEW
# Installation 🔨
```bash
go install github.com/irevenko/what-anime-cli@latest
``````bash
what-anime-cli file ani.png
```[AUR package](https://aur.archlinux.org/packages/what-anime-cli-git)
# Usage 🖥
### Get Anime By Image File 🗃
`what-anime file anime.jpg`
### Get Anime By Image Link 🔗
`what-anime link https://anime.com/image.png`
### Potential troubles
Just escpape the link with quotes
"https://anime.com.anime.png&..."### Supported image extensions 🖼
I've tested these:
- jpg
- png
- jfif
- webp
- gifIf you have found other's working formats please create an issue
# Contributing 🤝
Contributions, issues and feature requests are welcome! 👍
Feel free to
check [open issues](https://github.com/irevenko/what-anime-cli/issues).# Quick Start 🚀
`git clone https://github.com/irevenko/what-anime-cli.git`
`cd what-anime-cli`
`go get -d ./...`
`go run main.go`# What I Learned 🧠
- How to build CLI using Go
- Go project structure
- Go basics (modules, working with images, making HTTP requests)# License 📑
(c) 2021 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)