Skip to content

A CLI application to display contents of the data files

License

Notifications You must be signed in to change notification settings

Friends-Of-Noso/nosodatatool

Repository files navigation

Noso Data Tool

Build Status Supports Windows Supprts Linux Supports macOS License Latest Release Downloads

A CLI application to show contents of data inside:

  • The Blocks

Usage

Usage:
  nosodatatool block <block#>
  nosodatatool -h|--help
  nosodatatool -v|--version

Commands:
  block  displays the content of <block#>

Options:
  -h|--help  displays this message
  -v|--version  displays the version

Cloning repository and compiling project

Since this project depends on another from the organization Friend of Noso, you need to clone the repository with --recurse-submodules:

$ git clone --recurse-submodules [email protected]:Friends-Of-Noso/nosodatatool.git

OR

$ git clone --recurse-submodules https://github.com/Friends-Of-Noso/nosodatatool.git

Once that is done, you can then just compile as usual under Lazarus, or use lazbuild:

$ lazbuild -B --bm=Release src/nosodatatool.lpi

To do

  1. Complete the display of ALL the fields of the header and the orders
  2. Complete JSON output of the TBlock from NosoData to enable JSON output