autosaved, pronounced autosave-d (for autosave daemon) is a utility written in Go to autosave progress on code projects. It uses the go-git package to save snapshots without interfering the normal Git flow - branches that are to be pushed upstream, HEAD, or the Git index. It provides a command line interface (called asdi in v0.1, autosaved after that), which can be used to interact with the daemon

