Generate a concise standup summary and append it to a daily file.
-
Determine today's date and the current user:
date +%Y-%m-%dfor the dategit config user.namefor the author name
-
Set the standup file path:
~/standup/{date}.md
- Create the directory if it doesn't exist