1
0
Fork
You've already forked traveller-tools
0
No description
2025年02月24日 22:29:52 -05:00
README.md Initial commit 2025年02月24日 22:29:52 -05:00
travellers-almanac-template.rec Initial commit 2025年02月24日 22:29:52 -05:00

Traveller Tools

Some tools for the Traveller RPG, Classic/1977 edition.

traveller's almanac

This is a database of sub-sectors and related tools. GNU recutils is used as the database software.

The idea is to take the template and populate it when the actual info from a generated sub-sector. The template provides the database format.

Example queries

recsel -t System -e "Scout_Base != true" -P Name travellers-almanac-template.rec

Checking database integrity

To ensure that the records in the file match what is expected, run:

recfix --check travellers-almanac-template.rec

If there are errors, they will be displayed with a line number and some information about the error.