···11+@_default:
22+ just --list
33+44+# Commit the current save files
55+save:
66+ @echo {{ YELLOW }} Saving..{{ NORMAL }}
77+ jj commit -m "`date`"
88+ @echo {{ GREEN }} Saved{{ NORMAL }}
99+1010+# Fetch save files from the cloud
1111+load:
1212+ @echo {{ YELLOW }} Fetching save files..{{ NORMAL }}
1313+ jj git fetch
1414+ jj new main
1515+ @echo {{ YELLOW }} Save files synced successfully{{ NORMAL }}