Skip to content

springcomp/clip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clip

A simple command-line replacement for the MS-DOS clip.exe tool.

Rationale

I like to be able to clip one-liner into the Windows clipboard from a PowerShell prompt with a command like so:

PS> $PWD.Path | clip
PS> [Guid]::NewGuid().guid | clip

However, when used this way, the CLIP command-line tool adds an extra line to the clipboard.

About

A simple command-line replacement for the MS-DOS clip.exe tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages