blob: c6b590547c5cfb79170430a43b0a74885675305e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# MyAnimeListCLIent
macli is a free and open source (FOSS) unofficial [MyAnimeList](https://myanimelist.net/) client for use inside the terminal.
It's supported on Linux, Android (Termux), MacOS (untested), Windows and probably any other OS that Go would compile on!
## How to install
### Pre-built binaries
Grab a build from [releases](/releases) and (optionally) move the binary file into the path.
### Installing from source
Either clone the [git repo](https://git.vidhukant.com/macli) and do a `go build` or directly install with `go install vidhukant.com/macli@latest`.
You can also use the [macli](https://aur.archlinux.org/packages/macli) and [macli-git](https://aur.archlinux.org/packages/macli-git) AUR packages.
## License
Licenced under GNU General Public Licence V3
GNU GPL License: [LICENSE](https://git.vidhukant.com/macli/about/LICENSE)
Copyright (c) 2022-2023 Vidhu Kant Sharma
|