-
Notifications
You must be signed in to change notification settings - Fork 4
Description
the ...bin/persist-save script already writes to
$LIVE_DIR/config/last-persist-save
but it only logs the date.
Please consider amending the script so that it will accept text input and log the captured text also.
The desired flow I am envisioning is this:
If the save mode is semiautomatic, after clicking YES at "Shall we begin" prompt
the following dialog would display a text entry field, along with a label stating
"(optional) enter a note associated with this save".
On subsequent runs, the script would read in notetext from tail of last-persist-save
and display that note+date in the currently blank dialog titled "Shall we begin".
If note was blank, at least display the datetime of last save operation.
With this feature in place, I could experiment to create a pygtk app similar to what MS Windows had, called "SystemRestore".