mcpick

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2021 License: MIT Imports: 8 Imported by: 0

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.

screenshot

Getting started

  1. Save the binary file mcpick in any directory.
  2. Add the path to PATH.

Usage

  1. Select color and light which you like.
    • Move up/down by k / j or arrow keys
    • Switch color and light by Enter or Tab
  2. 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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL