Skip to content

Commit 622eccc

Browse files
committed
Add more PRONOM helpers
1 parent c210b72 commit 622eccc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

justfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ lookup-ref-ex:
111111
pronom:
112112
python jsonid.py --pronom --debug
113113

114+
# PRONOM demo
115+
pronom-example:
116+
python json2pronom.py -p pronom_example/patterns_example.json
117+
114118
# move pronom to .droid folder
115119
pronom-to-droid:
116120
~/.droid6/clean.sh
@@ -128,3 +132,7 @@ roy:
128132
droid-cli path: pronom-to-droid
129133
java -jar ~/dp/droid/droid-binary-6.8.0-bin/droid-command-line-6.8.0.jar -s 1
130134
java -jar ~/dp/droid/droid-binary-6.8.0-bin/droid-command-line-6.8.0.jar -ri {{path}}
135+
136+
# inspect prronom
137+
inspect-pro:
138+
bat jsonid_pronom.xml

0 commit comments

Comments
 (0)