Skip to content

xanderjl/egghead-rust-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ~/github/my-digital-garden write
garden --garden_path ~/github/my-digital-garden write

write

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

garden write
garden write -t "Some Title"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published