wlls

Crates.iowlls
lib.rswlls
version0.1.1
created_at2025-11-29 14:11:16.012353+00
updated_at2025-11-29 18:38:25.999181+00
descriptionList Obsidian wikilinks recursively
homepagehttps://github.com/dgcnz/wlls
repositoryhttps://github.com/dgcnz/wlls
max_upload_size
id1956807
size57,736
Diego (dgcnz)

documentation

README

wlls

Logo

Release License

List Obsidian wikilinks recursively

Usage

cargo install wlls
wlls -R /path/to/vault Root/Note.md Root/OtherNote.md
  • Input paths can be vault-relative or absolute (under the vault).
  • -R/--recursive follows markdown links recursively; without it, only direct references are listed.
  • --skip-missing-refs warns and continues when a reference cannot be resolved; by default the command fails on the first missing reference.
  • Output is absolute paths, one per line.

Note

We reuse obsidian-export parsing/resolution and walker code verbatim; custom logic is confined to src/main.rs to avoid divergence and reimplementation.

Commit count: 0

cargo fmt