Animated system fetch that stays pinned above your shell while you work.
Install
Arch Linux:
paru -S animfetch-binAny Linux or macOS, prebuilt binary, no Rust needed:
curl -fsSL https://raw.githubusercontent.com/Andrew-Velox/animfetch/main/install.sh | shBinaries
The Linux builds are static musl, so they run on any distribution
regardless of its glibc version. Check a download against SHA256SUMS.
| File | For |
|---|---|
animfetch-v0.1.5-x86_64-unknown-linux-musl.tar.gz |
Linux, Intel and AMD |
animfetch-v0.1.5-aarch64-unknown-linux-musl.tar.gz |
Linux, ARM |
animfetch-v0.1.5-aarch64-apple-darwin.tar.gz |
macOS, Apple Silicon |
animfetch-v0.1.5-x86_64-apple-darwin.tar.gz |
macOS, Intel |
Changelog
Features
- macOS support
4ea328d - add suba cat meme dance
c621b6c - add bird animation
ae0a6ee - fire animation
55a4826 - rocket animation
cd882ad - rabbit sit animation
be79830 - morty-dance animation
956b547
Fixes
- folder struct
d294402
Internal
- build the release binary before the macos smoke test
8e74db1 - take animation names from --list, not the directory tree
d32fac1
Full Changelog: v0.1.4...v0.1.5