https://github.com/startdusk/digital-garden
https://github.com/startdusk/digital-garden
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/startdusk/digital-garden
- Owner: startdusk
- License: mit
- Created: 2022-01-28T13:29:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T07:55:33.000Z (over 4 years ago)
- Last Synced: 2025-12-30T16:02:07.200Z (5 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital-Garden
A CLI tool for the creation and maintenance of Digital
Gardens.
## Commands
### Setting the garden path
```shell
GARDEN_PATH=~/path/to/my-digital-garden garden write
graden -p ~/path/to/my-digital-garden write
garden --garden_path=~/path/to/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
writting, we'll leave the title as optional and ask the
user for it later if they don't provide it up-front.
```shell
garden write
garden write -t "Small Title"
```