Small utility I made to pipe content into Obsidian with frontmatter and tags

Hello,
Just a QOL utility for me, I was copy files in to my vault, but wanted to add properties to indicate where/why they came from.

https://github.com/mattjoyce/obsave

echo "hello world" | ./obsave myconfig --name test --tags "this, that" --properties "Source=Testing"

maybe useful to others. enjoy.

2 Likes