diff --git a/README.md b/README.md index 7d1ccfb..9e3789b 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ purr [-h | --help] [-V | --version] - [`has`](#has) - [`stars`](#stars) - [`whiskers`](#whiskers) -- [`whiskerify`](#whiskerify) - [`init`](#init) - [`userstyles`](#userstyles) - [`query`](#query-1) - [`maintained`](#maintained-1) - [`has`](#has-1) - [`init`](#init-1) +- [`whiskerify`](#whiskerify) ### `query` @@ -261,14 +261,6 @@ purr query whiskers [--is ] [-n | --not] [-c | --count | -p | --percentag -### `whiskerify` - -``` -purr whiskerify [--dry-run] -``` - -Whiskerify a specific file by replacing Catppuccin colors with Tera expressions. Writes back to the original file unless `--dry-run` is passed. - ### `init` The `init` command accepts each value (name, categories, etc.) via arguments, though if not provided a series of prompts will be displayed instead. @@ -440,6 +432,15 @@ purr userstyles init [PROPERTIES] - `--color ` - `--app-link ` + +### `whiskerify` + +``` +purr whiskerify [-o | --output ] +``` + +Whiskerify a file by replacing Catppuccin colors and names with Tera expressions. Prints the output or writes to the `--output` file path if passed. + ## License [MIT](LICENSE)