Skip to content

Encodes and Decodes string using Base64 and put them in clipboard

Notifications You must be signed in to change notification settings

ethernalabs/b64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO DO

  • lessen binary file size
  • better error handling on decoding

Installing

You just need to copy the binary to a place that is included in your $PATH

eg. cp b64 $HOME/.local/bin/

Building from source

Compile the code to binary

#at the moment i'm using rust v1.57
cargo build --release

About

Encodes and Decodes string using Base64 and put them in clipboard

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages