Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedroalbanese/uuencode
UUEncoder is a tool that converts to and from uuencoding
https://github.com/pedroalbanese/uuencode
golang uuencode
Last synced: 8 days ago
JSON representation
UUEncoder is a tool that converts to and from uuencoding
- Host: GitHub
- URL: https://github.com/pedroalbanese/uuencode
- Owner: pedroalbanese
- License: mit
- Created: 2022-10-03T18:31:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T15:29:32.000Z (over 1 year ago)
- Last Synced: 2024-06-20T08:08:16.484Z (5 months ago)
- Topics: golang, uuencode
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UUE
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/pedroalbanese/uuencode/blob/master/LICENSE.md)
[![GoDoc](https://godoc.org/github.com/pedroalbanese/uuencode?status.png)](http://godoc.org/github.com/pedroalbanese/uuencode)
[![GitHub downloads](https://img.shields.io/github/downloads/pedroalbanese/uuencode/total.svg?logo=github&logoColor=white)](https://github.com/pedroalbanese/uuencode/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/uuencode)](https://goreportcard.com/report/github.com/pedroalbanese/uuencode)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/uuencode)](https://golang.org)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/uuencode)](https://github.com/pedroalbanese/uuencode/releases)
### UUEncode is a tool that converts to and from uuencoding## Format
UUE format:
permission mode _______ ______ file name to be given to decoded file
| |
begin line ____ begin 644 filename
M;2XN+BXN+R\N+B\O+BXN+BXN+R\N+B\O+BXO+RXO+RXN+B\ON+B\O+BXN
encoded data __ M"AM;-#LV2"`@("`@+R`@7`H;6S$[,3%("AM;,CLQ,4@@("`@<("\*&ULS
`
end line ______ end
## Usage
Usage of uuencode:
-d Decode instead of Encode
-f string
Target file
## License
This project is licensed under the MIT License.
**Copyright (c) 2020 Blake Williams**
**Copyright (c) 2022 Pedro Albanese **