Home

Awesome

ez-cmd

What is ez-cmd ?

ez-cmd is an 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

Install Plugin

git clone https://github.com/akgarhwal/ez-cmd.git $ZSH_CUSTOM/plugins/ez-cmd

Update ~/.zshrc

plugins=(
    .....
    ez-cmd
)