autosaved
autosaved copied to clipboard
Never worry about losing your code. Written in Go
Errorf: autosaved cannot continue with an unborn head. please make an initial commit and try again
Getting the above error for the first save. Any other step is needed (to make the initial commit)? ```shell autosave start & autosave watch autosave save ```
It may become a nuisance to see too many branches in the list. We can configure autosaved to delete autosave branches that are either `older than x hours` or `not...
In a terminal that cannot support ANSI codes directly, one can see ANSI codes like below. Note that the first and third lines are shown with the correct colours. The...
Only restore the given paths. Recently ran into this need when I made some change to a file that I later thought I wanted to revert. This feature may help...
Default dirctory might be $HOME/.config or $HOME/ if first one is not exist, that might caused confusion for users.
The configuration names are confusing (checking_interval and after_every), do something to polish that so that it is easier to get the correct idea from the config file
I am trying to keep it as lightweight as possible, but if a Web UI will allow people to have better visibility on their Git structure, we should consider that.
* inotify, fsnotify, similar should be looked into so that polling isn't necessary, [as suggested by Pratham on FOSS United Telegram group](https://t.me/fossunited/18322)