diff options
Diffstat (limited to 'macli/content')
-rw-r--r-- | macli/content/_index.md | 24 | ||||
-rw-r--r-- | macli/content/releases/1.21.0.md | 16 |
2 files changed, 40 insertions, 0 deletions
diff --git a/macli/content/_index.md b/macli/content/_index.md new file mode 100644 index 0000000..c6b5905 --- /dev/null +++ b/macli/content/_index.md @@ -0,0 +1,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 diff --git a/macli/content/releases/1.21.0.md b/macli/content/releases/1.21.0.md new file mode 100644 index 0000000..6fd64ba --- /dev/null +++ b/macli/content/releases/1.21.0.md @@ -0,0 +1,16 @@ +--- +date: 2023-11-24 +version_number: "1.21.0" +version_name: "v1.21.0" +--- + +## Logging in now made easy! + +These builds have a pre-configured MyAnimeList Client ID so you can just download and run and log in! + +**Download links:** + +- [Linux .tar.gz (64bit)](/releases/1.21.0/macli-v1.21.0-linux_amd64.tar.gz) +- [Linux .zip (64bit)](/releases/1.21.0/macli-v1.21.0-linux_amd64.zip) +- [Windows .zip (64bit)](/releases/1.21.0/macli-v1.21.0-windows_amd64.zip) +- [sha256sums.txt](/releases/1.21.0/sha256sums.txt) |