| Crates.io | tsukiyomi-fetch |
| lib.rs | tsukiyomi-fetch |
| version | 0.1.2 |
| created_at | 2025-08-16 15:00:47.477481+00 |
| updated_at | 2025-08-18 02:27:58.339376+00 |
| description | A performance-optimized Rust-powered stats fetcher with async API calls, 24h intelligent caching, and customizable Fastfetch wrappers for platforms like GitHub, Discord, Codeforces, LeetCode, and more. |
| homepage | |
| repository | https://github.com/Thunder-Blaze/Tsukiyomi-Fetch |
| max_upload_size | |
| id | 1798537 |
| size | 141,733 |
tsukiyomi-fetch is a performance-optimized Rust-powered stats fetcher with intelligent caching and asynchronous API calls.
It is designed to integrate seamlessly with Fastfetch, providing wrappers for fetching and formatting platform statistics with minimal latency.
Add to your Cargo project:
cargo add tsukiyomi-fetch
Or install globally:
cargo install tsukiyomi-fetch
Wrappers provide ready-to-use commands for fetching and formatting stats from supported platforms.
~/.config/fastfetch/tsukiyomi-fetch wrapper github
# Fetches and displays all GitHub stats
You can customize wrapper output with flags:
# Change icon color (matches Fastfetch keycolor "green")
~/.config/fastfetch/tsukiyomi-fetch wrapper github --color green
# Override default glyphs/icons
~/.config/fastfetch/tsukiyomi-fetch wrapper github --icons a --icons b
This project is licensed under the MIT License.