agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
A cross-platform material you and base16 color generation tool
Tip
If you would like to learn more about the features and configuration, read the wiki here.
Templating engine built with Chumsky (designed for colors) - Read More
hex, rgb, rgba, hsl, etc.)Generate / Export Material You and base16 color palettes
Keyword Filters - Read More
replace, to_upper, to_lower, and set_lightnessCustom Keywords / Colors
Palette Customization
cargo install matugen
Add matugen to your flake inputs:
inputs = {
matugen = {
url = "github:/InioX/Matugen";
# If you need a specific version:
ref = "refs/tags/matugen-v0.10.0";
};
# ...
};
Then you can add it to your packages:
let
system = "x86_64-linux";
in {
environment.systemPackages = with pkgs; [
# ...
inputs.matugen.packages.${system}.default
];
}
This flake also provides a NixOS/Home Manager module, which can be imported by adding this in your configuration:
{pkgs, inputs, ...}: {
imports = [
inputs.matugen.nixosModules.default
];
# ...
}
The module does NOT automatically symlink the files. For an example of using this module with Home Manager, see #28
Option details can be found by reading the module. A search.nixos.org-like option viewer is planned.
pkgin install matugen
or, if you prefer to build it from source
cd /usr/pkgsrc/graphics/matugen make install
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
more like this
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
Free open-source Cloudflare R2 desktop client and S3 GUI for macOS, Windows, and Linux. Manage Cloudflare R2, AWS S3, M…
search projects, people, and tags