Skip to content

vGimly/Clip_B64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Clip_B64

This project intended to copy content of file into clipboard.

In linux/cygwin there are simple commands to do so:

base64 < file | clip

But there is no such easy way in the GUI.

Just place Release\Clip_B64.exe in the %AppData%\Microsoft\Windows\SendTo folder and use the "Send To" context menu to place the file on the clipboard. The result is base64 encoded and can be pasted from the clipboard into the putty-ssh remote shell window and decoded using the console command base64 -d.

About

Copy file into clipboard in Base64 encoding

Resources

Stars

Watchers

Forks

Packages

No packages published