#obsidian #graph #cli #rust #cli-draven-obsidian #draven-obsidian-graph

app draven

draven creates obsidian graph files from a rust project structs in real time

14 stable releases

2.5.1 May 24, 2024
2.3.1 May 24, 2024
1.0.2 May 23, 2024

#81 in Visualization

Download history 46/week @ 2024-12-03 72/week @ 2024-12-10 8/week @ 2024-12-17 12/week @ 2024-12-31 17/week @ 2025-01-07 1/week @ 2025-01-14 5/week @ 2025-02-11

343 downloads per month

MIT license

14KB
300 lines

draven

draven creates obsidian graph files from a rust project structs in real time 🌟

rustc compiler output

Install
cargo install draven
Usage
draven -w -i "path/to/rust_project_src" -o "path/to/an_obsidian_vault"
  • -i <folder> location to get rust project from
  • -o <folder> location to write markdown files to
  • -h Display help message
  • -w Watches for file change in input folder
  • -p Enable linking primitive types in markdown files
  • -s Silent mode

Dependencies

~0.8–12MB
~73K SLoC