puccinier

Crates.iopuccinier
lib.rspuccinier
version1.0.5+deprecated
sourcesrc
created_at2022-08-14 00:36:20.729258
updated_at2024-03-31 02:04:28.415517
descriptionGenerate the other Catppuccin flavours off a template file written in one of them
homepagehttps://github.com/catppuccin/toolbox/tree/main/puccinier
repositoryhttps://github.com/catppuccin/toolbox
max_upload_size
id645111
size44,562
staff (github:catppuccin:staff)

documentation

README

Logo
Catppuccin Puccinier

 

[!IMPORTANT] Puccinier is no longer actively maintained. This tool has been deprecated in favour of our new whiskers tool.

If you wrote a v1 or v2 Catppuccin theme, you may use Puccinier to automatically create the rest of the v2 themes. Puccinier supports the conversion of properly formatted hex, rgb, and hsl colors (case insensitive).

Installation

You can install Puccinier using one of the methods below:

Installation Method Instructions
crates.io cargo install puccinier
Source cargo install --git https://github.com/catppuccin/toolbox puccinier
Nix nix profile install github:catppuccin/toolbox#puccinier
nix run github:catppuccin/toolbox#puccinier -- [OPTIONS] <source>
Binaries
(Windows, MacOS & Linux)
Available from the latest GitHub release.

Usage

$ puccinier
puccinier
  Generate the other Catppuccin flavours off a template file written in one of them

ARGS:
    <source>
      The source file to convert

OPTIONS:
    -o, --output <type>
      Set the themes to generate from the source file (one of 'latte', 'frappe', 'macchiato', or 'mocha')

    -s, --silent
      Disable showing which parts of the file were replaced

    -h, --help
      Prints help information.

 

Copyright © 2021-present Catppuccin Org

Commit count: 361

cargo fmt