CLI tool to compute the number of chairs per room from an ascii floor plan
pipx install git+https://github.com/makupi/chairs.git
chairs --plan plan.txt
--plan
defaults toplan.txt
and can be omitted
A plan may only use +-
for horizontal lines and +|\/
for vertical lines.
Room names must be written in parenthesis and lowercase like (kitchen)
.