diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml
new file mode 100644
index 00000000..6a3e9f5d
--- /dev/null
+++ b/.idea/caches/deviceStreaming.xml
@@ -0,0 +1,1550 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/markdown.xml b/.idea/markdown.xml
new file mode 100644
index 00000000..c61ea334
--- /dev/null
+++ b/.idea/markdown.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 9c8e7400..cf905821 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,5 @@
-
-
+
\ No newline at end of file
diff --git a/src/main/kotlin/Archive.kt b/src/main/kotlin/Archive.kt
new file mode 100644
index 00000000..e33c452c
--- /dev/null
+++ b/src/main/kotlin/Archive.kt
@@ -0,0 +1,3 @@
+class Archive(val name: String) {
+ val notes: MutableList = mutableListOf()
+}
\ No newline at end of file
diff --git a/src/main/kotlin/ArchiveMenu.kt b/src/main/kotlin/ArchiveMenu.kt
new file mode 100644
index 00000000..aee99024
--- /dev/null
+++ b/src/main/kotlin/ArchiveMenu.kt
@@ -0,0 +1,55 @@
+import java.util.Scanner
+
+class ArchiveMenu(private val archives: MutableList) {
+
+ fun show() {
+ val menuItems = mutableListOf