Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danymat authored Feb 4, 2021
1 parent a432b59 commit fc10fb7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ I like to keep my vault with only one folder inside. That means, it's a pain to
At the moment, it supports:

- Creating a zip file from a specified vault with a specific tag, with optional link following
- Creating a zip file from the entire vault

## Usage

Expand All @@ -26,12 +27,18 @@ If you would like to follow links, add `-r` option at the end:
python obsd_extract.py vaultFolder --tag yourTag -r
```

If you would like to export all vault:

```bash
python obsd_extract.py vaultFolder
```

## Roadmap

New features i intent to add:

- Exporting full vault
- Exporting vault from multiple tags
- [X] Exporting full vault
- [ ] Exporting vault from multiple tags

## Contributing

Expand Down

0 comments on commit fc10fb7

Please sign in to comment.