feat!: add builtin templates
WIP: document, check for breaking changes, decide on version, etc.
This commit is contained in:
6
templates/default
Executable file
6
templates/default
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
type agenda >/dev/null
|
||||
|
||||
# Capitalize the title.
|
||||
echo "$AGENDA_NAME $AGENDA_DATE" | awk '{print toupper(substr($0,0,1))tolower(substr($0,2))}'
|
||||
Reference in New Issue
Block a user