Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

darrenbarklie/egghead-rust-cli-digital-garden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Garden

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

Developer

Run

cargo watch -x check -x test

Setting the garden path

GARDEN_PATH=~/DigitalGarden/ write
garden -p ~/DigitalGarden/ write
garden --garden_path ~/DigitalGarden write

Commands

write

Open a new file to write in our digitial garden. Since we don't necessarily know what we want to title what we are wrting, we will leave the title as optional and ask the user to it later if they 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

Languages