Digital Garden

A CLI tool for the creation and maintenance of Digital Gardens.

Commands

Setting the garden path

GARDEN_PATH=~/github/my-digital-garden garden write
garden -p ~/gihub/my-digital-garen write
garden --garden_path ~/github/my-digital-garden write

write

Open a new file to write in our digital garden. Since we don't necessarily know what we want to title what we're writing, we'll leave the title as option and ask the user for it late if they don't provide it up-front.

garden write
garden write -t "Some Title"