Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clipit

Copy output of the previous command to clipboard.

Build and Install

  • Clone the repo
  • cd to the folder
  • Run go install
  • Make sure you have your $GOPATH/bin in your PATH

Usage

Use with pipe

$ echo "Hello World" | clipit

This will copy "Hello World" to your clipboard. You can use this with any command. eg:

$ ls -al ~ | clipit

This will copy the output of the ls to your clipboard.

Without pipe

$ clipit
Hello World
^D # Use ^D to signal end of input

This will copy "Hello World" to your clipboard.

About

Copy output of the previous command to clipboard.

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages