Skip to content

dankox/unixxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unixxd

unixxd is xxd app which can display also unicode code points instead of hex bytes

install

go install github.com/dankox/unixxd@latest

example of hex display

unixxd main.go

image

example of unicode display

unixxd --unicode main.go

image

build on mainframe

Create syncz_vars.yml file for synchronizing

host: mainframe.host
user: user_name
remotedir: /uss/path/to/the/project/unixxd

If you don't have syncz you can upload the source code to USS using sftp in binary mode. All *.go files needs to be utf-8.

Build it using go build or go install.

About

unixxd is xxd app which can display also unicode code points instead of hex bytes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages