Ecosyste.ms: Awesome

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

https://github.com/akgarhwal/ez-cmd

ez-md is an ohmyz.sh plugin that simplifies and streamlines common command-line tasks by providing easy-to-use shortcuts and aliases.
https://github.com/akgarhwal/ez-cmd

ohmyzsh-plugin zsh zsh-plugin

Last synced: about 1 month ago
JSON representation

ez-md is an ohmyz.sh plugin that simplifies and streamlines common command-line tasks by providing easy-to-use shortcuts and aliases.

Lists

README

        

# ez-cmd

## What is ***ez-cmd*** ?
**ez-cmd** is an [ohmyz.sh](https://ohmyz.sh/) plugin that simplifies and streamlines common command-line tasks by providing easy-to-use shortcuts and aliases. With **ez-cmd**, you can quickly perform frequently used actions with just a few keystrokes. This plugin is perfect for users who want to boost their productivity and efficiency when working in the terminal.

## Documentation

[ez-cmd documentation](https://github.com/akgarhwal/ez-cmd/blob/main/docs/ez-cmd.md)

## Install Plugin
```sh
git clone https://github.com/akgarhwal/ez-cmd.git $ZSH_CUSTOM/plugins/ez-cmd
```

## Update `~/.zshrc`
```sh
plugins=(
.....
ez-cmd
)
```