Skip to content

yoggy/pbcopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbcopy.exe

pbcopy command for windows.

> echo abc1234 | pbcopy.exe    # copy "abc1234" to the clipboard.

inspired by ...

conclusion

see also clip.exe

C:\>clip.exe /?

CLIP

Description:
    Redirects output of command line tools to the Windows clipboard.
    This text output can then be pasted into other programs.

Parameter List:
    /?                  Displays this help message.

Examples:
    DIR | CLIP          Places a copy of the current directory
                        listing into the Windows clipboard.

    CLIP < README.TXT   Places a copy of the text from readme.txt
                        on to the Windows clipboard.

About

pbcopy command for windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages