Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 922 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 922 Bytes

summarize-standups

This is a small script I wrote while learning Janet janet-script . It reads all daily markdown files in my Obsidian vault, extracts standup notes, summarizes them using Fabric and writes the summary to a new markdown file in the Obsidian vault.

Setup

Requires that the following environment variables are set:

  • DAILIES_DIR - The location in the Obsidian vault where dailies are stored. Dailies must be stored in YYYY/MM/YYYY-MM-DD.md directory and file structure.
  • SPRINTS_DIR - The location to write the summaries. Summary output files are titles YYYY-MM-DD-summary.md, where YYYY-MM-DD is the end date input (see Usage).

Usage

e.g.: ./summarize-standups.janet 11/24 12/15