Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mazzz1y/mcli
- Owner: mazzz1y
- Created: 2019-08-14T11:54:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T16:16:47.000Z (over 1 year ago)
- Last Synced: 2024-06-19T23:14:30.114Z (5 months ago)
- Topics: bash, bash-promp, cli, fish, prompt, shortcuts, ssh, terminal, zsh
- Language: Go
- Size: 125 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 commandGLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```