From a71c500643bd23fed59bc3caf109d19dbb54319a Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Sat, 18 Oct 2025 10:52:34 -0700 Subject: [PATCH] create .apps directory --- .apps/shell.app | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .apps/shell.app diff --git a/.apps/shell.app b/.apps/shell.app new file mode 100644 index 0000000..8dbe3e8 --- /dev/null +++ b/.apps/shell.app @@ -0,0 +1,8 @@ +{ + "name": "Shell", + "file" "/apps/shell" + "tags: { + "console", + "terminal" + } +}