Web based browser for Apple's Uniform Type Identifier (UTI). See http://en.wikipedia.org/wiki/Uniform_Type_Identifier for more.
You can see this running at http://uti.schwa.io/
No. This is just a list of UTI types imported from /System/Library/CoreServices/CoreTypes.bundle/Contents/Info.plist on Mavericks. I'll be scanning applications for all UTI Types and adding them in later builds. I might even add a form to upload your own UTI information.
http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_GetStarted.html
docker build --tag uti_type_explorer --rm=true .
eval (aws ecr get-login)
docker tag uti_type_explorer:latest 581150808077.dkr.ecr.us-east-1.amazonaws.com/uti_type_explorer:latest
docker push 581150808077.dkr.ecr.us-east-1.amazonaws.com/uti_type_explorer:latest
https://www.calazan.com/docker-cleanup-commands/
docker kill (docker ps --quiet)
docker rm (docker ps -a -q)
docker rmi (docker images -q -f dangling=true) #Delete ALL images docker rmi $(docker images -q)