From 4cbbf2fa5d0252a718a2961f077486a10cb97be9 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Wed, 11 Apr 2018 22:42:52 -0600 Subject: [PATCH] Rename to sosar. --- README.md | 11 ++++++----- sosutil.py => sosar.py | 0 2 files changed, 6 insertions(+), 5 deletions(-) rename sosutil.py => sosar.py (100%) diff --git a/README.md b/README.md index b91bafb..17e35b9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# sosutil - utility to manipulate SOS and ProDOS disk images +# sosar - utility to manipulate SOS and ProDOS disk images Hosted at the -[sosutil Github repository](https://github.com/brouhaha/sosutil/). +[sosar Github repository](https://github.com/brouhaha/sosar/). ## Introduction @@ -14,6 +14,7 @@ In 1983, Apple introduced the ProDOS operating system for the Apple II family, intended to replace Apple DOS. ProDOS used the same filesystem as SOS. -sosutil is intended to provide a command line interface to manipulate -SOS and ProDOS disk image files. As of this writing, sosutil is only -capable of printing the directory of such a disk image file. +sosar (pronounced like "saucer") is intended to provide a command line +interface to manipulate SOS and ProDOS disk image files. As of this +writing, sosar is only capable of printing the directory of such a +disk image file. diff --git a/sosutil.py b/sosar.py similarity index 100% rename from sosutil.py rename to sosar.py