Skip to content

ona-li-toki-e-jan-Epiphany-tawa-mi/AHD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AHD - A HexDumper

A simple hexdump utility I wrote. That's it.

How to run

Dependencies:

There is a flake.nix you can use with nix develop path:. to generate a development enviroment.

Then, run one of the following commands to get started:

./ahd.apl -- +h
apl --script ahd.apl -- +h

How to run tests

Get the dependencies as specified in the How to run section.

Then, run one of the following commands:

./test.apl -- test tests/sources tests/outputs
apl --script test.apl -- test tests/sources tests/outputs

If breaking changes are desired, regenerate the test cases with one of the following commands:

./test.apl -- record tests/sources tests/outputs
apl --script test.apl -- record tests/sources tests/outputs

How to install

You can install it with Nix from the NUR (https://github.com/nix-community/NUR) with the following attribute:

nur.repos.ona-li-toki-e-jan-Epiphany-tawa-mi.ahd

Release notes

  • Fixed bug where reading from stdin outputs byte numbers.
  • Fixed value error on reading from stdin.
  • Updated fio.apl library.