From 5546a9fed44f23b0bc4c092999fa515bb1310430 Mon Sep 17 00:00:00 2001 From: Charlie Gleason Date: Fri, 22 Mar 2024 09:18:39 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4f3d142..4f647d9 100644 --- a/README.md +++ b/README.md @@ -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