Skip to content

yuzuy/cmdclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmdclip

A CLI tool to clip output of a command

Installation

go get -u github.com/yuzuy/cmdclip/cmd/cmdclip

Usage

cmdclip echo 'hoge' // clip "hoge"
cmdclip cat main.go // clip content of main.go

Flags

p - Print output of the command

cmdclip -p echo 'hoge' // clip "hoge" and print "hoge"

About

A CLI tool to clip output of a command

Resources

License

Stars

Watchers

Forks

Languages