Categorygithub.com/calvine/filejitsu
modulepackage
0.0.8
Repository: https://github.com/calvine/filejitsu.git
Documentation: pkg.go.dev

# README

Filejitsu

Note

Not all commands use the global parameters. Specifically input and output. The context of the command will indicate if these are used. Also the documentation for each command SHOULD indicate if either of these are used.

Global Flags

Full NameShort NameRequiredDescriptionDefault
--input-iNSome commands can receive input from outside sources. Files or stdin. This parameter sets the source of the inputstdin
--logLevel-lNThe log level to use for the command. none means no logs. Other levels are debug, info, warn, errornone
--logOutputNANThe destinations where the logs will be written. A file or something like stderrstderr
--output-oNThe destination for the output of the command. A file or something like stdoutstdout

Commands

CommandShort NameReadme LinkDescription
bulk-renamebkrnBulkRename Command DetailsA bulk file rename utility that will let you use regular expressions (with capture groups) and go text templates to leverage rich bulk rename functionality.
encryptencrEncrypt / Decrypt CommandEncrypt data with AES-256.
decryptdcryEncrypt / Decrypt CommandDecrypt AES-256 encrypted data.
base64b64Base64 Encode / DecodeBase 64 encode and decode input. Supports standard and url
space-analyzersaSpace AnalyzerAnalyzes files on disk. Can be used for a variety of purposes like seeing what taking up disk space, finding duplicate files (by content or by name), etc...
gzipgzGZIP CompressGzip compression tool
gunzipguzGZIP DecompressGzip decompression tool
tarTAR utilityA tool for creating and unpacking TAR files. Also supports compression with gzip and encryption with AES-256
versionPrints Version information about the filejitsu build to the output file (defaults to stdout)

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author