https://github.com/alexyzha/rgb-hex-converter
Sits in the macOS menubar. Converts RGB to Hex and Hex to RGB. Also has 5 customizable slots for additional color memorization.
https://github.com/alexyzha/rgb-hex-converter
macos-menubar macos-menubar-application menubar-app swift swiftui
Last synced: about 1 month ago
JSON representation
Sits in the macOS menubar. Converts RGB to Hex and Hex to RGB. Also has 5 customizable slots for additional color memorization.
- Host: GitHub
- URL: https://github.com/alexyzha/rgb-hex-converter
- Owner: alexyzha
- Created: 2024-02-04T23:20:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T00:26:41.000Z (over 1 year ago)
- Last Synced: 2024-02-06T00:28:31.861Z (over 1 year ago)
- Topics: macos-menubar, macos-menubar-application, menubar-app, swift, swiftui
- Language: Swift
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to download:
- "RGB-Hex Converter.app/Contents" is the compiled app. You can simply download the entire folder (\[<> Code] ––> "Download ZIP")
- Once you run it it'll appear in your menu bar. You can leave it open if you'd like.
- I would recommend putting the app in your applications folder/dock/launchpad if you're going to use it a lot :)
- Click the icon in the menu bar, and then "Quit" at the bottom of the popover menu to quit.**The download button:**
**The file you want to use:**
# RGB-Hex Converter:
This is an app that sits in the macOS menubar. It takes any valid RGB string input and returns a hexadecimal string "#XXYYZZ". Hexadecimal strings, if valid, will return "\[num], \[num], \[num]".**Here's the format for valid strings:**
- For Hex: "#XXYYZZ".
- For RGB: "\[num](any number of ' ' or ',')\[num](any number of ' ' or ',')\[num]".
- XX, YY, and ZZ are all hexadecimals from 00 to FF.
- \[num] can be any number from 0-255.# Better Clipboard:
This app also lets you **store up to 5 colors** (Hex), as shown below:
**This is how you use it:**
- **\[Click]** the "Copy #XXYYZZ" to copy to clipboard.
- While hovering over any slot, **Command + \[Click]** to paste valid RGB string or Hex from clipboard to the chosen slot.# As of 2/4/2024 (Bugs?):
- On my own computer there's an issue where you can only paste by right clicking on the input textfield and manually pressing paste.
![]()