From 4d0380edee0371be8a182a482f4638551b7cf626 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Sun, 19 Jul 2026 09:32:37 -0600 Subject: [PATCH] Add migration notice to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51aa745..1043f3e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**NOTICE**: This repository has been moved to [https://code.adriano.fyi/me/struct](https://code.adriano.fyi/me/struct). Microsoft has shown little interest in stewarding what was once the best and largest open source community. This small act of migration is my way showing that we don't all support Microsoft's disinterest. + # struct A simple cli utility that transforms unstructured input into structured output. @@ -49,5 +51,4 @@ $ ls -l | struct -fields permissions,count,user,group,,,,,file_name -output json "group": "staff", "permissions": "-rw-r--r--", "user": "adriano" -} - +} \ No newline at end of file