Skip to content

Commit

Permalink
update REAME.md workflow configure for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cage1016 committed Aug 25, 2022
1 parent 6c658c9 commit 6199cf2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,7 @@ Extract color palette from an image
- Copy palette (`⌥ + Enter` Single / `^ + Enter` Multiple) to clipboard
- `RGB` ,`HEX` ,`CMYK` ,`HSL` ,`HSV` ,`HWB` ,`LAB` ,`XYZ` ,`HCG`
- Multiple palette mode copy color separated by (`⌥ + Enter`)
- Extract color from Clipboard Images
## Requires
- Preferably Alfred 5
Expand All @@ -1419,6 +1420,10 @@ Extract color palette from an image
- Hokey
- Universal Action with Base64 Image Data URI and image URL
### Extract Color from Clipboard Images
![](./paletterfi.png)
### Hex sample Image
![](./hex.png)
Expand All @@ -1433,6 +1438,10 @@ more usage: https://github.com/cage1016/alfred-paletter
## Change Log
### 1.1.0
- Add Extract color from Clipboard Images
- Fixed workflow crash
### 1.0.0
- add export features (Code / CSS / ASE / Image with `RGB` ,`HEX` ,`CMYK` ,`HSL` ,`HSV` ,`HWB` ,`LAB` ,`XYZ` ,`HCG`)
- revised copy feature as single / multiple palette
Expand Down Expand Up @@ -1714,7 +1723,7 @@ https://github.com/cage1016/alfred-paletter</string>
</dict>
</array>
<key>version</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>webaddress</key>
<string>https://github.com/cage1016/alfred-paletter</string>
</dict>
Expand Down
Binary file added .workflow/paletterfi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .workflow/usage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Extract color palette from an image
- Copy palette (`⌥ + Enter` Single / `^ + Enter` Multiple) to clipboard
- `RGB` ,`HEX` ,`CMYK` ,`HSL` ,`HSV` ,`HWB` ,`LAB` ,`XYZ` ,`HCG`
- Multiple palette mode copy color separated by (`⌥ + Enter`)
- Extract color from Clipboard Images

## Download
Make sure to download the latest released directly from the releases page. [Download here](https://github.com/cage1016/alfred-paletter/releases).
Expand All @@ -42,6 +43,9 @@ Make sure to download the latest released directly from the releases page. [Down
- Hokey
- Universal Action with Base64 Image Data URI and image URL

### Extract Color from Clipboard Images

![](screenshots/paletterfi.gif)

### Copy Single Color

Expand Down Expand Up @@ -159,6 +163,10 @@ $gradient-radial: radial-gradient(#95d6faff, #65befaff, #9facb5ff, #4186c1ff, #7

## Change Log

### 1.1.0
- Add Extract color from Clipboard Images
- Fixed workflow crash

### 1.0.0
- add export features (Code / CSS / ASE / Image with `RGB` ,`HEX` ,`CMYK` ,`HSL` ,`HSV` ,`HWB` ,`LAB` ,`XYZ` ,`HCG`)
- revised copy feature as single / multiple palette
Expand Down
Binary file added screenshots/paletterfi.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/usage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6199cf2

Please sign in to comment.