A terminal dashboard, command launcher, GitHub client.. etc
#
mcc is a terminal dashboard easily configured by yaml.
Availabe on Mac and Linux. Fetch the latest release for your platform.
brew install qmu/mcc/mcc
// Upgrade
brew upgrade mcc
sudo wget https://github.com/qmu/mcc/releases/download/v0.9.1/linux_amd64_mcc -O /usr/local/bin/mcc
sudo chmod +x /usr/local/bin/mcc
# if ./mcc.yml exists, just,
mcc
# or with the path
mcc -c path/to/mcc.yml
See the _examples
KeyBinding | Description |
---|---|
Ctrl + j,k,h,l | Switch widgets |
j, k, ↑, ↓ | Move cursor in the active widget |
Ctrl + j,k | Jump cursor in the active widget |
gg, G | Jump cursor top(bottom) in the active widget |
Enter | (in the Menu widget) Execute a command |
Ctrl-c, q | quit |
MIT License
Copyright (c) qmu Co., Inc.