An open API service indexing awesome lists of open source software.

https://github.com/prazdevs/digital_garden

🌼 A CLI tool for the creation and maintenance of Digital Gardens.
https://github.com/prazdevs/digital_garden

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Digital Garden

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

## Commands

### Setting the garden path

```sh
GARDEN_PATH=~/my-digital-garden garden write
garden -p ~/my-digital-garden
garden --garden_path ~/my-digital-garden write
```

### Write

Open a new file to write in our digital garden.

```sh
garden write
garden write -t "Some Title"
```