Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 603 Bytes

parse5e

This repository contains a set of tools for preparing and parsing data for Dungeon sheets.

Spells

You must obtain a csv file containing every spell you want to include.

This file can be obtained from https://5e.tools/spells.html. Under Filter select your sources of preference, then at the bottom of the page, click Table view and then Download CSV.

The file can then be streamed into the parse5e script for instance by running cat Spells.csv | parse5e.

Dependencies

  • Posix complient shell
  • sed
  • awk
  • grep
  • cut
  • fold