A tool for keeping track of 3d prints.
❯ printed print add 'Benchy' \
--cost 1 \
--material PLA=35 \
--source-link 'https://printables.com/some-model' \
--reference-link 'https://amazon.com/some-thing'
❯ printed print list
┏━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━┓
┃ ID ┃ Name ┃ Count ┃
┡━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━┩
│ 1 │ Benchy │ 0 │
└────┴────────────────────────────┴─────────┘
❯ printed print print 'Benchy'The tool also ships with a web service which can be used to view and manage prints.