@_default: just --list # Commit the current save files save: @echo {{ YELLOW }} Saving..{{ NORMAL }} jj commit -m "`date`" @echo {{ GREEN }}󱣪 Saved{{ NORMAL }} # Fetch save files from the cloud load: @echo {{ YELLOW }}󰳻 Fetching save files..{{ NORMAL }} jj git fetch jj new main @echo {{ YELLOW }}󱣪 Save files synced successfully{{ NORMAL }}