This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
48a6ddecad
tldr
/
pages
/
windows
/
clip.md
211 B
Raw
Blame
History
clip
Copy input content to the Windows clipboard.
Pipe command line output to the Windows clipboard:
{{dir}} | clip
Copy the contents of a file to the Windows clipboard:
clip < {{path/to/file}}