LOLI(1)
NAME
loli โ ๐ A pretty CLI to find animes passing images ๐๐ณ๐
SYNOPSIS
$
brew install loliINFO
20 stars
0 views
DESCRIPTION
๐ A pretty CLI to find animes passing images ๐๐ณ๐
README
Visรฃo Geral
Este projeto รฉ um CLI que busca animes a partir de imagens ou links. Ele utiliza a API do trace.moe para realizar a busca.
Como Instalar?
with go:
go install github.com/ci-monk/loli/cmd/loliif you cannot install directly, try following command,
then input install command again
go get -x -u github.com/ci-monk/loli/cmd/loli
with brew:
brew tap ci-monk/tools
brew install loli
or use a binary from releases.
Usage
Get anime with a file
loli search file anime.jpg
Get anime with a link
loli search link https://anime.com/image.png
Trace.moe
Example trace.moe response:
{
"frameCount": 745506,
"error": "",
"result": [
{
"anilist": {
"id": 99939,
"idMal": 34658,
"title": {
"native": "ใใณใฑใOVA",
"romaji": "Nekopara OVA",
"english": null
},
"synonyms": ["Neko Para OVA"],
"isAdult": false
},
"filename": "Nekopara - OVA (BD 1280x720 x264 AAC).mp4",
"episode": null,
"from": 97.75,
"to": 98.92,
"similarity": 0.9440424588727485,
"video": "https://media.trace.moe/video/99939/Nekopara%20-%20OVA%20(BD%201280x720%20x264%20AAC).mp4?t=98.33500000000001&token=xxxxxxxxxxxxxx",
"image": "https://media.trace.moe/image/99939/Nekopara%20-%20OVA%20(BD%201280x720%20x264%20AAC).mp4?t=98.33500000000001&token=xxxxxxxxxxxxxx"
}
]
}
Demo
Referรชncias
Links relevantes para essa documentaรงรฃo:
- https://soruly.github.io/trace.moe-api/#/
- https://img.olhardigital.com.br/wp-content/uploads/2021/07/Naruto-Classico-e-Naruto-Shippuden-fillers.jpg
- https://images.plurk.com/32B15UXxymfSMwKGTObY5e.jpg
Versionamento
Para verificar o histรณrico de mudanรงas, acesse o arquivo CHANGELOG.md.
Troubleshooting
Se vocรช tiver algum problema ou queria contribuir, abra uma issue nesse projeto.
Show your support
Dรช uma โญ๏ธ para este projeto se ele te ajudou!
Feito com ๐ pelo Time de DevOps :wave: inspirado no readme-md-generator
SEE ALSO
neovim(1)โ Hyperextensible Vim-based text editor โ the future of Vimtmux(1)โ Terminal multiplexer โ split panes, detach sessions, pair programhyperfine(1)โ A command-line benchmarking tool โ measure execution timestokei(1)โ Count lines of code quickly โ supports 150+ languagescftunnel(1)โ ๅ
จๅ่ฎฎๅ
็ฝ็ฉฟ้ CLI โ Cloud ๆจกๅผๅ
่ดน HTTP/WS ็ฉฟ้ + Relay ๆจกๅผ่ชๅปบไธญ็ปง TCP/UDP ๅ
จๅ่ฎฎ | Cloudflare Tunnel + frp ๅๅผๆ
clihub3/4/2026LOLI(1)