Metadata-Version: 2.1
Name: obsidian-traverse
Version: 0.0.1
Summary: Recursively list all files linked by Obsidian note.
Home-page: https://github.com/Layerex/obsidian-traverse
Author: Layerex
Author-email: layerex@dismail.de
Classifier: Development Status :: 6 - Mature
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

# obsidian-traverse

Recursively list all files linked by Obsidian note.

## Installation
```sh
pip install obsidian-traverse
```

## Usage
```
usage: obsidian-traverse [-h] -d DIRECTORY [--abspath] NOTES [NOTES ...]

Recursively list all files linked by Obsidian note.

positional arguments:
  NOTES                 Notes to traverse

options:
  -h, --help            show this help message and exit
  -d DIRECTORY, --directory DIRECTORY
                        Vault directory
  --abspath             Output absolute paths of linked files
```

Fixes for emergent parsing problems are welcome!
