Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
superhighfives authored Mar 22, 2024
1 parent 8fc232b commit 5546a9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,25 @@ As of version `0.0.17`, Pika supports the following keyboard shortcuts:

As of version `0.0.17`, you can trigger Pika using the `pika://` URL scheme.

You can also change the format by appending it to the URL when picking or copying. For example, `pika://pick/foreground/hex` (or rgb, hsl, hsb).

### Pick colors
- Pick foreground:
- `pika://pick/foreground`
- Pick background:
- `pika://pick/background`
- Pick colour with specific format:
- `pika://pick/foreground/hex` (or rgb, hsl, hsb)
- `pika://pick/background/hex` (or rgb, hsl, hsb)

### Copy colors
- Copy foreground:
- `pika://copy/foreground`
- Copy background:
- `pika://copy/background`
- Copy colour with specific format:
- `pika://copy/foreground/hex` (or rgb, hsl, hsb)
- `pika://copy/background/hex` (or rgb, hsl, hsb)
- Copy text
- `pika://copy/text`
- Copy JSON
Expand Down

0 comments on commit 5546a9f

Please sign in to comment.