Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mazzz1y/mcli

A simple shortcut menu for shell commands
https://github.com/mazzz1y/mcli

bash bash-promp cli fish prompt shortcuts ssh terminal zsh

Last synced: about 8 hours ago
JSON representation

A simple shortcut menu for shell commands

Awesome Lists containing this project

README

        

# mcli

Simple shortcut menu for shell commands

![](./.github/demo.gif)

## Features

* One simple JSON as storage(`~/.config/mcli/config.json`)
* Search by Name/Command
* Fast and Lightweight

## Installation

#### Arch Linux

```bash
paru -S mcli-bin
```

#### DEB/RPM/Alpine

Packages available on the [Releases](https://github.com/mazzz1y/mcli/releases) page

#### macOS

```bash
brew tap mazzz1y/tap
brew install mcli
```

## Usage

```
USAGE:
mcli [global options] command [command options] [arguments...]

COMMANDS:
add, a Add shortcut
delete, d Remove shortcut
prompt-size, p Set prompt size
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```