项目作者: qmu

项目描述 :
A terminal dashboard, command launcher, GitHub client.. etc
高级语言: Go
项目地址: git://github.com/qmu/mcc.git
创建时间: 2017-08-15T14:37:17Z
项目社区:https://github.com/qmu/mcc

开源协议:MIT License

下载


mcc

#

GitHub release

mcc is a terminal dashboard easily configured by yaml.

Install

Availabe on Mac and Linux. Fetch the latest release for your platform.

macOS

  1. brew install qmu/mcc/mcc
  2. // Upgrade
  3. brew upgrade mcc

Linux

  1. sudo wget https://github.com/qmu/mcc/releases/download/v0.9.1/linux_amd64_mcc -O /usr/local/bin/mcc
  2. sudo chmod +x /usr/local/bin/mcc

Usage

  1. # if ./mcc.yml exists, just,
  2. mcc
  3. # or with the path
  4. mcc -c path/to/mcc.yml

Config

See the _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.