diff --git a/Usage.md b/Usage.md new file mode 100644 index 0000000..191a241 --- /dev/null +++ b/Usage.md @@ -0,0 +1,20 @@ +# CLI Usage + +## Import a single URL or list of URLs via stdin +```bash +echo 'https://example.com' | ./archive +# or +./archive < urls_to_archive.txt +``` + +## Import a bookmarks export from a browser +```bash +./archive ~/Downloads/bookmarks_export.html +``` + +## Archive URLs from a remote RSS feed or file +```bash +./archive https://example.com/feed.rss +# or +./archive https://example.com/links.txt +``` \ No newline at end of file