command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 16, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
mcpick
Light weight Terminal User Interface (TUI) to pick material colors.
You do NOT need to take your hands off the keyboard to pick colors.

Getting started
- Save the binary file
mcpick
in any directory.
- Add the path to PATH.
Usage
- Select color and light which you like.
- Move up/down by
k
/ j
or arrow keys
- Switch color and light by
Enter
or Tab
- Select output style. Note: after hit the key, this app immediately closes.
w
: web color style (#ffffff)
r
: rgb color style (255, 255, 255)
- Hit
b
to switch background color.
- Hit
Ctrl + C
to quit.
Advanced usage
This app JUST outputs color code to the terminal. You can combinate this app with others like pbcopy
in MacOS or clip
in Windows.
Example: MacOS
The example below copies color code to the clipboard. The most convenient way is make alias in your .bashrc
or .zshrc
.
mcpick | pbcopy
Example: Windows
The example below copies color code to the clipboard. The most convenient way is make .bat
file and add the path to PATH
.
mcpick | clip
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.