Skip to content

codingconcepts/see

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

see

see is a simple version of the watch command.

Installation

$ go get -u github.com/codingconcepts/see

Usage

$ see -h
Usage of see:
  -n uint
        number of seconds to wait between executions (default 5)

Example

The following see command fetches pods from all namespaces in Kubernetes every 10 seconds:

$ see -n 10 kubectl get pods --all-namespaces

About

see is a simple version of the watch command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages