Skip to content

Commit 2c8560f

Browse files
committed
Update Script Commands documentation
1 parent d6eab54 commit 2c8560f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extensions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url" : "https:\/\/github.com\/crstauf"
2323
},
2424
"currentDirectoryPath" : null,
25-
"description" : "Convert hex to RGBA.",
25+
"description" : "Convert HEX color values in your Clipboard to RGBA values.",
2626
"filename" : "hex-to-rgba.sh",
2727
"icon" : "🎨",
2828
"mode" : "silent",
@@ -38,7 +38,7 @@
3838
"url" : "https:\/\/github.com\/crstauf"
3939
},
4040
"currentDirectoryPath" : null,
41-
"description" : "Convert hex to RGB.",
41+
"description" : "Convert HEX color values in your Clipboard to RGB values.",
4242
"filename" : "hex-to-rgb.sh",
4343
"icon" : "🎨",
4444
"mode" : "silent",

extensions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This repository contains sample commands and documentation to write your own one
2828
| Icon | Title | Description | Author |
2929
| ---- | ----- | ----------- | ------ |
3030
| | [Column to Comma](conversions/column-to-comma.sh) | N/A | Raycast |
31-
| 🎨 | [Hex to RGB](conversions/hex-to-rgb.sh) | Convert hex to RGB. | [Caleb Stauffer](https://github.com/crstauf) |
32-
| 🎨 | [Hex to RGBA](conversions/hex-to-rgba.sh) | Convert hex to RGBA. | [Caleb Stauffer](https://github.com/crstauf) |
31+
| 🎨 | [Hex to RGB](conversions/hex-to-rgb.sh) | Convert HEX color values in your Clipboard to RGB values. | [Caleb Stauffer](https://github.com/crstauf) |
32+
| 🎨 | [Hex to RGBA](conversions/hex-to-rgba.sh) | Convert HEX color values in your Clipboard to RGBA values. | [Caleb Stauffer](https://github.com/crstauf) |
3333

3434
## Dashboard
3535

0 commit comments

Comments
 (0)