danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
MIT License
24.53k stars 2.63k forks source link

[Feature request]: Default output file location with further directory calling #874

Open Uddhav07 opened 2 months ago

Uddhav07 commented 2 months ago

What do you need?

i want to not have to write long dir or go to it to copy

paulrobello commented 2 months ago

The python version had a "save" helper command you could pipe things into similar to tee it would display the output and save it to a file. It used an env var to determine the root of where to save things. I used it all the time to save things to my Obsidian vault dir. They should port it to the new go version fabric.