package main func backup() { panic("Backup not implemented yet!") // Backup ~/.resh // Backup xdg_data/resh/history.reshjson // TODO: figure out history file localtions when using history sync } func rollback() { panic("Rollback not implemented yet!") // Rollback ~/.resh // Rollback history }