https://github.com/qmu/mcc
A terminal dashboard, command launcher, GitHub client.. etc
https://github.com/qmu/mcc
commandline cui dashboard docker github launcher terminal
Last synced: 2 days ago
JSON representation
A terminal dashboard, command launcher, GitHub client.. etc
- Host: GitHub
- URL: https://github.com/qmu/mcc
- Owner: qmu
- License: mit
- Created: 2017-08-15T14:37:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T07:45:46.000Z (about 8 years ago)
- Last Synced: 2024-06-20T12:03:11.717Z (over 1 year ago)
- Topics: commandline, cui, dashboard, docker, github, launcher, terminal
- Language: Go
- Size: 127 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

#
[](https://github.com/qmu/mcc/releases)
mcc is a terminal dashboard easily configured by yaml.
## Install
Availabe on Mac and Linux. Fetch the [latest release](https://github.com/qmu/mcc/releases) for your platform.
#### macOS
```bash
brew install qmu/mcc/mcc
// Upgrade
brew upgrade mcc
```
#### Linux
```bash
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
```
## Usage
```bash
# if ./mcc.yml exists, just,
mcc
# or with the path
mcc -c path/to/mcc.yml
```
## Config
See the [_examples](https://github.com/qmu/mcc/tree/master/_examples)
## Key Bindings
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
## License
**MIT License**
Copyright (c) qmu Co., Inc.