From 2eec68dcdf3fcb77719b5bc6e33c23f951ddc3ae Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Tue, 2 Jun 2026 20:26:38 -0400 Subject: [PATCH] Initial commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a21dafe --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# zos: Zig life operating system on the command line. + +This is my opinionated personal implementation of a life operating system as a cli tool. +It is loosely based on August Bradley's Pillar's Pipelines and Vaults system with some of my own tools/integrations. +Best of all, the data are saved as plain old text files, so you can use whatever tools you want to process them!