Skip to content

Shell script for Mac OS X to base64 encode a file and dump the contents to the clipboard

Notifications You must be signed in to change notification settings

elroyjetson/enp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

enp

Shell script for Mac OS X to base64 encode a file and dump the contents to the clipboard.

Useful for web development when you want to base64 encode an image to use a data uri in your css.

To use, simply run the script and pass in the filename & path of the file you want to encode.

#enp /path/to/someimagefile.png

The contents will be stored in your clipboard.

About

Shell script for Mac OS X to base64 encode a file and dump the contents to the clipboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages