Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
techxplorer committed Sep 7, 2024
1 parent d79ae51 commit 3358ee0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The app has the following commands:
| lookup-user | Lookup the details of a user on the Mastodon server |
| update-archive | Download new statuses from the server |
| update-content | Update the content archive |
| update-photos | Update the content archive with photo posts |
| help | Display brief help for a command |

## Options ##
Expand Down Expand Up @@ -61,6 +62,12 @@ The `update-content` command will create one Markdown file for each archived sta
not in the content archive. The `--force` option will overwrite any existing
Markdown files.

## Posts and photo posts ##

Using the `update-content` command creates one Markdown file for every status.
In contrast, the `update-photos` command creates a directory for each status that
contains an index.md file and the attached media.

## Road map ##

The following items are on my road map:
Expand Down

0 comments on commit 3358ee0

Please sign in to comment.