unixorn / awesome-zsh-plugins

A collection of ZSH frameworks, plugins, themes and tutorials.
BSD 3-Clause "New" or "Revised" License
15.58k stars 545 forks source link

Add `zsh-watch` plugin #1735

Closed Thearas closed 1 year ago

Thearas commented 1 year ago

Description

zsh-watch is a simple watch wrapper for zsh that supports alias and completion.

Usage

Just watch <command> <args> (press <Tab> to complete):

# Watch the pods
watch kubectl get pod -n kube-system

# Use alias
watch kgpn kube-system

# With watch flags
watch -c -n1 -d -t kgp

Type of changes

Copyright Assignment

Checklist: