Skip to content

Commit

Permalink
docs: rearrange, update whiskerify section
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jun 2, 2024
1 parent a2a1779 commit d633387
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ purr <COMMAND> [-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`

Expand Down Expand Up @@ -261,14 +261,6 @@ purr query whiskers [--is <STATE>] [-n | --not] [-c | --count | -p | --percentag

</details>

### `whiskerify`

```
purr whiskerify <PATH> [--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.
Expand Down Expand Up @@ -440,6 +432,15 @@ purr userstyles init [PROPERTIES]
- `--color <COLOR>`
- `--app-link <APP_LINK>`


### `whiskerify`

```
purr whiskerify <PATH> [-o | --output <PATH>]
```

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)

0 comments on commit d633387

Please sign in to comment.