Add migration notice to README

This commit is contained in:
Adriano Caloiaro 2026-07-19 09:32:37 -06:00
parent c3cf546a51
commit 4d0380edee

View file

@ -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"
}
}