Add profile-aware plugin TUI

This commit is contained in:
pleb
2026-07-01 11:44:03 -07:00
parent 13b1840ba0
commit 69f9dbd9b1
10 changed files with 876 additions and 265 deletions
+11
View File
@@ -0,0 +1,11 @@
[[profiles]]
id = "linux"
label = "Local Linux BSManager"
instances_root = "~/.local/share/BSManager/BSInstances"
state_dir = ".state"
[[profiles]]
id = "windows"
label = "Mounted Windows BSManager"
instances_root = "~/Windows/Users/pleb/BSManager/BSInstances"
state_dir = ".state-windows"