{{{{Module}} ({{{{System}})
{{{{Module}} is a game of {{{{System}} that I started playing on {{{{Started}} as a {{{{Role}}. It is a {{{{Format}} {{{{Length}} and is currently {{{{Status}}.
Here is how it went!
' updatetmpl='database := "db/games.rec"
# show all commands
default:
just -l --unsorted
# how many games played
@played:
recsel -t Game -e "Role = 'Player'" -P Module -C {{database}}
# how many games ran
@ran:
recsel -t Game -e "Role = 'DM'" -P Module -C {{database}}
# ongoing
@ongoing:
recsel -t Game -e 'Status = "Ongoing"' -p System,Module {{database}}
# show all in year
year x:
recsel -t Game -e 'Updated >> "{{x}}-01-01"' -P "Module,System,Updated" {{database}}
alias n := new
# create a new game
new: cli
alias u := update
# create a new game update
update: cli
# start cli
cli:
sh bin/cli.sh
html:
#!/usr/bin/env sh
## BEGIN: TEMPLATES ##
gameheadertmpl=' {{{{Module}} is a game of {{{{System}} that I started playing on {{{{Started}} as a {{{{Role}}. It is a {{{{Format}} {{{{Length}} and is currently {{{{Status}}. Here is how it went!{{{{Module}} ({{{{System}})
{{{{Created}}
{{{{Text}}
'
gamefootertmpl='