TUI-ConsoleLauncher icon indicating copy to clipboard operation
TUI-ConsoleLauncher copied to clipboard

Export/import all preferences

Open Hocuri opened this issue 5 years ago • 1 comments

It would be nice to have a command that exports all settings files into a single file (archive or whatever else) and another one that imports all settings files from such a file.

This would make it possible to create a backup or take the settings to a new device easily.

Hocuri avatar Oct 13 '19 18:10 Hocuri

You can create aliases for this:

save=rm -f tui.save && tar -cf tui.save t-ui load=tar -xf tui.save

v1nc avatar Oct 30 '19 12:10 v1nc