Skip to content

littleniche/clipf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Copy file contents to clipboard

Installation

Go

$ go install github.com/littleniche/clipf@latest

Manual

$ make install

Usage

$ clipf main.go

copy from multiple files

$ clipf /etc/fstab main.go

write clipboard contents to files

$ clipf -w server.go main.go