1.2.0 • Published 6 months ago

@catppuccin/catwalk v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

 

A sweet program that takes in four showcase images and displays them all at once.

Installation with Cargo, Nix, or from source:

$ cargo install catppuccin-catwalk
$ catwalk <images> <flags>
# to install from source:
$ cargo install --git https://github.com/catppuccin/toolbox catwalk
# there's also a Nix flake:
$ nix run github:catppuccin/toolbox#catwalk -- <images> <flags>

Usage:

ParameterDescription
[latte]Path to Latte image (default: ./latte.webp)
[frappe]Path to Frappé image (default: ./frappe.webp)
[macchiato]Path to Macchiato image (default: ./macchiato.webp)
[mocha]Path to Mocha image (default: ./mocha.webp)
--outputPath to output file (default: ./preview.webp)
--layoutStyle of the showcase image. Available options are composite (default), grid, row, and stacked.
--radiusRadius of rounded corners (percentage).
--directoryChange to <DIRECTORY> before processing files. (e.g. catwalk -C ./assets/)
--extFile extension to use for input files, if they're not explicitly named. webp (default) or png.
--gapSize of gaps between pictures for the grid layout.
--helpA summary of the available parameters.

 

1.2.0

6 months ago

0.1.0

7 months ago