document the wellcome stuff
- ID
42857dc- date
2023-05-01 08:48:16+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
9277afa- message
document the wellcome stuff- changed files
3 files, 26 additions
Changed files
wellcome/README.md (0) → wellcome/README.md (1038)
diff --git a/wellcome/README.md b/wellcome/README.md
new file mode 100644
index 0000000..269795b
--- /dev/null
+++ b/wellcome/README.md
@@ -0,0 +1,26 @@
+# wellcome
+
+These are scripts that are highly specific to my work at [Wellcome Collection].
+It's unlikely these would be of any use to somebody not at Wellcome (except as a learning tool).
+
+[Wellcome Collection]: https://wellcomecollection.org/
+
+## The individual scripts
+
+<dl>
+ <dt>
+ <a href="https://github.com/alexwlchan/scripts/blob/main/wellcome/bag"><code>bag</code></a>
+ </dt>
+ <dd>
+ prints a tree view of a bag in the <a href="https://github.com/wellcomecollection/storage-service">Wellcome storage service</a>.
+ This is a thin wrapper around my <a href="https://github.com/alexwlchan/scripts/blob/main/aws/s3tree.py"><code>s3tree</code> script</a>.
+ <img src="screenshots/bag.png">
+ </dd>
+
+ <dt>
+ <a href="https://github.com/alexwlchan/scripts/blob/main/wellcome/ssh_to_archivematica"><code>ssh_to_archivematica</code></a>
+ </dt>
+ <dd>
+ ssh into the container hosts we use to run our <a href="https://github.com/wellcomecollection/archivematica-infrastructure">Archivematica instances</a>.
+ </dd>
+</dl>
aws/bag (106) → wellcome/bag (106)
diff --git a/aws/bag b/wellcome/bag
similarity index 100%
rename from aws/bag
rename to wellcome/bag
wellcome/screenshots/bag.png (0) → wellcome/screenshots/bag.png (514043)
diff --git a/wellcome/screenshots/bag.png b/wellcome/screenshots/bag.png
new file mode 100644
index 0000000..d4ec061
Binary files /dev/null and b/wellcome/screenshots/bag.png differ