1
0
Fork
You've already forked anifetch
0
anifetch is a small neofetch like application for printing anilist user stats
  • Rust 93%
  • Nix 7%
Find a file
2024年05月28日 13:55:36 +02:00
.github Dependency bump, updated preview 2024年05月28日 13:55:36 +02:00
src Dependency bump, updated preview 2024年05月28日 13:55:36 +02:00
.envrc Initial commit 2024年05月22日 00:45:56 +02:00
.gitignore Initial commit 2024年05月22日 00:45:56 +02:00
Cargo.lock Dependency bump, updated preview 2024年05月28日 13:55:36 +02:00
Cargo.toml Fix ascii padding, panic on no data. Dep/ver bump 2024年05月24日 09:59:44 +02:00
flake.lock Initial commit 2024年05月22日 00:45:56 +02:00
flake.nix Initial commit 2024年05月22日 00:45:56 +02:00
LICENSE Added license, README, fixed printout error 2024年05月23日 08:48:46 +02:00
README.org Dependency bump, updated preview 2024年05月28日 13:55:36 +02:00

anifetch

anifetch is like {neo,fast,p,uwu,one}fetch but for printing out user stats from anilist.co.

/Moskas/anifetch/media/branch/master/.github/preview.png

Usage

$ anifetch -h
Usage: anifetch [OPTIONS] --username <USERNAME>
Options:
 -u, --username <USERNAME> Anilist username that you want to look up
 -d, --disable-ascii Disable ascii print
 -c, --custom-ascii <CUSTOM_ASCII_PATH> Load custom ascii from specified file
 -h, --help Print help
 -V, --version Print version

Building

Nix/NixOS

If your system has nix, the repository is a flake so you can build it with:

nix build

or just build it directly without manually cloning the repo:

nix build github:Moskas/anifetch

Linux/Windows/macOS

On systems without nix you need to have installed Rust and Openssl. Then you can build the application with:

cargo build --release

The application was tested with Rust 1.77.2.