mirror of
https://github.com/acaloiaro/struct
synced 2026-07-21 10:12:28 +00:00
Add migration notice to README
This commit is contained in:
parent
c3cf546a51
commit
4d0380edee
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue