Releases: nikochiko/autosaved
Releases · nikochiko/autosaved
v0.2
v0.1
Supported commands:
Daemon
asdi start
asdi stop
Manual Tasks
asdi list
asdi save
asdi watch
asdi restore
Works as expected for all the cases so far. Configuration is looking good, Viper allows to refresh configuration on the fly.
To install, download the binary that is appropriate for your hardware and OS, and then
mv asdi_darwin_amd64 /usr/local/bin/asdi # for example
And that's that.
To configure it you'll have to keep the daemon running somewhere. screen
and systemctl
are both excellent and simple options. Just make it run asdi start
and you're good to go.
Thanks to go-git/go-git, spf13/cobra, spf13/viper, which were base for the brunt of my effort.
An all night's work. But satisfied with the result. 🎉