https://github.com/j6k4m8/swoj
branding and swatch management and quick access
https://github.com/j6k4m8/swoj
color-picker color-scheme mac macos ohp swatches
Last synced: 2 months ago
JSON representation
branding and swatch management and quick access
- Host: GitHub
- URL: https://github.com/j6k4m8/swoj
- Owner: j6k4m8
- Created: 2021-04-08T13:56:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T14:04:34.000Z (over 5 years ago)
- Last Synced: 2025-02-13T19:46:54.736Z (over 1 year ago)
- Topics: color-picker, color-scheme, mac, macos, ohp, swatches
- Language: Objective-C
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swoj
open-source global swatch management for mac
I always have to go look up brand fonts and hex colors and it's annoying.
This tool keeps them all in one place, one hotkey away (I use ⌘⎇]).
Pressing a color block copies it to the clipboard.
## Roadmap
- [ ] Copy colors in RGB/Hex/etc
- [ ] Copy font family CSS
- [ ] Fuzzy name matching
- [ ] Auto-suggest similar or secondary colors
## Run instructions for macOS:
```shell
npx react-native run-macos
```
- or -
* Open macos/swoj.xcworkspace in Xcode or run `xed -b macos`
* `yarn start:macos`
* Hit the Run button