Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/ahd

Hexdump utility | Mirror of https://paltepuk.xyz/cgit/AHD.git/about
https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/ahd

bqn cbqn hexdump hexdumper

Last synced: 13 days ago
JSON representation

Hexdump utility | Mirror of https://paltepuk.xyz/cgit/AHD.git/about

Awesome Lists containing this project

README

        

# AHD - A HexDumper

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

## How to run

Dependencies:

- CBQN - [https://github.com/dzaima/CBQN](https://github.com/dzaima/CBQN)

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

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

```sh
./ahd.bqn -h
bqn ahd.bqn -h
```

## How to run tests

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

Then, run one of the following commands:

```sh
./test.bqn
bqn test.bqn
```

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

```sh
./test.bqn record
bqn test.bqn record
```

## How to install

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

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