Skip to main content

Add an initial README

ID
f0e4f56
date
2024-05-17 06:22:26+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
a2d2fe4
message
Add an initial README
changed files
1 file, 8 additions

Changed files

README.md (0) → README.md (342)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3e73fbf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# safari-webarchiver
+
+This tool creates [Safari webachive files](https://en.wikipedia.org/wiki/Webarchive) on the command line.
+This gives you an offline archive of web pages, which can be stored and backed up independently of any cloud services.
+
+```console
+$ swift save_safari_webarchive.swift "https://example.com" "example.webarchive"
+```
\ No newline at end of file