Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.1 KB

Base64 CLI

Open in Visual Studio Code Java CI with Maven

Simple command line utility intended to take a file source and encode to or decode from Base64

The general idea is to eventually support the following usage:

  • <command> encode (input file) (output file)
  • <command> decode (input file) (output file)

where (input file) and (output file) are optional, if output file isn't provided the write to stdout and maybe copy to clipboard. If input file isn't provided then either read from stdin or may clipboard.

It's likely there will be minimal checks at best for file size, it is attempting to stream for files so that may work out but for anything else the file is read in chunks but the encoded or decoded result will be in memory

Maven Wrapper

maven wrapper path .mvn is no longer in source control, it can be re-created using mvn wrapper:wrapper