umu-commander 1.6.1__tar.gz → 1.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umu-commander might be problematic. Click here for more details.
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.gitignore +1 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.idea/workspace.xml +185 -183
- {umu_commander-1.6.1 → umu_commander-1.7.0}/PKG-INFO +17 -13
- {umu_commander-1.6.1 → umu_commander-1.7.0}/README.md +15 -12
- {umu_commander-1.6.1 → umu_commander-1.7.0}/pyproject.toml +2 -1
- umu_commander-1.7.0/src/umu_commander/__init__.py +1 -0
- umu_commander-1.7.0/src/umu_commander/__main__.py +93 -0
- umu_commander-1.7.0/src/umu_commander/classes.py +18 -0
- umu_commander-1.7.0/src/umu_commander/configuration.py +93 -0
- umu_commander-1.7.0/src/umu_commander/database.py +66 -0
- umu_commander-1.7.0/src/umu_commander/proton.py +65 -0
- umu_commander-1.7.0/src/umu_commander/tracking.py +106 -0
- umu_commander-1.7.0/src/umu_commander/umu_config.py +137 -0
- umu_commander-1.7.0/src/umu_commander/util.py +65 -0
- umu_commander-1.7.0/tests/__init__.py +30 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/tests/test_config.py +1 -4
- {umu_commander-1.6.1 → umu_commander-1.7.0}/tests/test_db.py +1 -1
- {umu_commander-1.6.1 → umu_commander-1.7.0}/tests/test_proton.py +3 -4
- {umu_commander-1.6.1 → umu_commander-1.7.0}/tests/test_tracking.py +4 -4
- umu_commander-1.6.1/src/umu_commander/__init__.py +0 -1
- umu_commander-1.6.1/src/umu_commander/__main__.py +0 -89
- umu_commander-1.6.1/src/umu_commander/classes.py +0 -81
- umu_commander-1.6.1/src/umu_commander/configuration.py +0 -73
- umu_commander-1.6.1/src/umu_commander/database.py +0 -52
- umu_commander-1.6.1/src/umu_commander/proton.py +0 -82
- umu_commander-1.6.1/src/umu_commander/tracking.py +0 -96
- umu_commander-1.6.1/src/umu_commander/umu_config.py +0 -142
- umu_commander-1.6.1/src/umu_commander/util.py +0 -124
- umu_commander-1.6.1/tests/__init__.py +0 -29
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.idea/.gitignore +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.idea/inspectionProfiles/Project_Default.xml +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.idea/jsonSchemas.xml +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.idea/misc.xml +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.idea/modules.xml +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.idea/umu-commander.iml +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/.idea/vcs.xml +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/LICENSE.txt +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/example_config.toml +0 -0
- {umu_commander-1.6.1 → umu_commander-1.7.0}/tests/test_manual.py +0 -0
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="043620f1-711f-4c27-a2e2-15fa501e8ce0" name="Changes" comment="
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/src/umu_commander/
|
|
7
|
+
<list default="true" id="043620f1-711f-4c27-a2e2-15fa501e8ce0" name="Changes" comment="Update README, add similar project links">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/src/umu_commander/__init__.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/umu_commander/__init__.py" afterDir="false" />
|
|
9
9
|
</list>
|
|
10
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
11
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
}</component>
|
|
43
43
|
<component name="ProblemsViewState">
|
|
44
|
-
<option name="selectedTabId" value="
|
|
44
|
+
<option name="selectedTabId" value="ProjectErrors" />
|
|
45
45
|
</component>
|
|
46
46
|
<component name="ProjectColorInfo">{
|
|
47
47
|
"associatedIndex": 4
|
|
@@ -52,52 +52,54 @@
|
|
|
52
52
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
53
53
|
<option name="showLibraryContents" value="true" />
|
|
54
54
|
</component>
|
|
55
|
-
<component name="PropertiesComponent"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
55
|
+
<component name="PropertiesComponent">{
|
|
56
|
+
"keyToString": {
|
|
57
|
+
"Python tests.Python tests for test_config.Config.executor": "Run",
|
|
58
|
+
"Python tests.Python tests for test_config.Config.test_missing_config.executor": "Run",
|
|
59
|
+
"Python tests.Python tests for test_db.DB.executor": "Run",
|
|
60
|
+
"Python tests.Python tests for test_db.Database.executor": "Run",
|
|
61
|
+
"Python tests.Python tests for test_db.Database.test_addition_removal.executor": "Run",
|
|
62
|
+
"Python tests.Python tests for test_db.Database.test_missing_db.executor": "Run",
|
|
63
|
+
"Python tests.Python tests for test_proton.Tracking.executor": "Run",
|
|
64
|
+
"Python tests.Python tests for test_proton.Tracking.test_collect_proton_versions.executor": "Run",
|
|
65
|
+
"Python tests.Python tests for test_proton.Tracking.test_get_latest_umu_proton.executor": "Debug",
|
|
66
|
+
"Python tests.Python tests for test_tracking.Tracking.executor": "Run",
|
|
67
|
+
"Python tests.Python tests for test_tracking.Tracking.test_track.executor": "Run",
|
|
68
|
+
"Python tests.Python tests for test_tracking.Tracking.test_track_auto_untrack.executor": "Run",
|
|
69
|
+
"Python tests.Python tests for test_tracking.Tracking.test_track_untrack.executor": "Run",
|
|
70
|
+
"Python tests.Python tests for test_tracking.TrackingTest.executor": "Run",
|
|
71
|
+
"Python tests.Python tests for test_tracking.TrackingTest.test_track.executor": "Run",
|
|
72
|
+
"Python tests.Python tests for tests.test_db.DB.executor": "Run",
|
|
73
|
+
"Python tests.Python tests for tests.test_db.DBTest.executor": "Run",
|
|
74
|
+
"Python tests.Python tests for tests.test_db.DBTest.test_addition_removal.executor": "Run",
|
|
75
|
+
"Python tests.Python tests for tests.test_db.DBTest.test_malformed_db.executor": "Run",
|
|
76
|
+
"Python tests.Python tests for tests.test_db.DBTest.test_missing_db.executor": "Run",
|
|
77
|
+
"Python tests.Python tests for tests.test_tracking.Tracking.executor": "Run",
|
|
78
|
+
"Python tests.Python tests for tests.test_tracking.TrackingTest.executor": "Debug",
|
|
79
|
+
"Python tests.Python tests for tests.test_tracking.TrackingTest.test_track.executor": "Run",
|
|
80
|
+
"Python tests.Python tests in tests.executor": "Run",
|
|
81
|
+
"Python tests.Run tests.executor": "Run",
|
|
82
|
+
"Python.Build.executor": "Run",
|
|
83
|
+
"Python.Module.executor": "Run",
|
|
84
|
+
"Python.create.executor": "Run",
|
|
85
|
+
"Python.delete.executor": "Run",
|
|
86
|
+
"Python.manage.executor": "Run",
|
|
87
|
+
"Python.run.executor": "Run",
|
|
88
|
+
"Python.track.executor": "Run",
|
|
89
|
+
"Python.umu-commander.executor": "Run",
|
|
90
|
+
"Python.untrack.executor": "Run",
|
|
91
|
+
"Python.users.executor": "Run",
|
|
92
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
93
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
94
|
+
"Shell Script.Build.executor": "Run",
|
|
95
|
+
"Shell Script.Cleanup builds.executor": "Run",
|
|
96
|
+
"Shell Script.Upload.executor": "Run",
|
|
97
|
+
"git-widget-placeholder": "master",
|
|
98
|
+
"last_opened_file_path": "/home/hiroshi/Code/Python/umu-commander/src/umu_commander",
|
|
99
|
+
"run.code.analysis.last.selected.profile": "aDefault",
|
|
100
|
+
"settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
|
|
99
101
|
}
|
|
100
|
-
}
|
|
102
|
+
}</component>
|
|
101
103
|
<component name="RecentsManager">
|
|
102
104
|
<key name="CopyFile.RECENT_KEYS">
|
|
103
105
|
<recent name="$PROJECT_DIR$/src/umu_commander" />
|
|
@@ -108,7 +110,7 @@
|
|
|
108
110
|
<recent name="$PROJECT_DIR$/src" />
|
|
109
111
|
</key>
|
|
110
112
|
</component>
|
|
111
|
-
<component name="RunManager" selected="
|
|
113
|
+
<component name="RunManager" selected="Python tests.Run tests">
|
|
112
114
|
<configuration name="Build" type="PythonConfigurationType" factoryName="Python">
|
|
113
115
|
<module name="umu-commander" />
|
|
114
116
|
<option name="ENV_FILES" value="" />
|
|
@@ -148,7 +150,7 @@
|
|
|
148
150
|
<option name="SCRIPT_NAME" value="umu_commander" />
|
|
149
151
|
<option name="PARAMETERS" value="create" />
|
|
150
152
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
151
|
-
<option name="EMULATE_TERMINAL" value="
|
|
153
|
+
<option name="EMULATE_TERMINAL" value="true" />
|
|
152
154
|
<option name="MODULE_MODE" value="true" />
|
|
153
155
|
<option name="REDIRECT_INPUT" value="false" />
|
|
154
156
|
<option name="INPUT_FILE" value="" />
|
|
@@ -170,7 +172,7 @@
|
|
|
170
172
|
<option name="SCRIPT_NAME" value="umu_commander" />
|
|
171
173
|
<option name="PARAMETERS" value="delete" />
|
|
172
174
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
173
|
-
<option name="EMULATE_TERMINAL" value="
|
|
175
|
+
<option name="EMULATE_TERMINAL" value="true" />
|
|
174
176
|
<option name="MODULE_MODE" value="true" />
|
|
175
177
|
<option name="REDIRECT_INPUT" value="false" />
|
|
176
178
|
<option name="INPUT_FILE" value="" />
|
|
@@ -214,7 +216,7 @@
|
|
|
214
216
|
<option name="SCRIPT_NAME" value="umu_commander" />
|
|
215
217
|
<option name="PARAMETERS" value="track" />
|
|
216
218
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
217
|
-
<option name="EMULATE_TERMINAL" value="
|
|
219
|
+
<option name="EMULATE_TERMINAL" value="true" />
|
|
218
220
|
<option name="MODULE_MODE" value="true" />
|
|
219
221
|
<option name="REDIRECT_INPUT" value="false" />
|
|
220
222
|
<option name="INPUT_FILE" value="" />
|
|
@@ -258,7 +260,7 @@
|
|
|
258
260
|
<option name="SCRIPT_NAME" value="umu_commander" />
|
|
259
261
|
<option name="PARAMETERS" value="users" />
|
|
260
262
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
261
|
-
<option name="EMULATE_TERMINAL" value="
|
|
263
|
+
<option name="EMULATE_TERMINAL" value="true" />
|
|
262
264
|
<option name="MODULE_MODE" value="true" />
|
|
263
265
|
<option name="REDIRECT_INPUT" value="false" />
|
|
264
266
|
<option name="INPUT_FILE" value="" />
|
|
@@ -296,7 +298,7 @@
|
|
|
296
298
|
<option name="_new_targetType" value=""PYTHON"" />
|
|
297
299
|
<method v="2" />
|
|
298
300
|
</configuration>
|
|
299
|
-
<configuration name="Python tests for
|
|
301
|
+
<configuration name="Python tests for test_proton.Tracking.test_get_latest_umu_proton" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
|
|
300
302
|
<module name="umu-commander" />
|
|
301
303
|
<option name="ENV_FILES" value="" />
|
|
302
304
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
@@ -307,11 +309,11 @@
|
|
|
307
309
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
308
310
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
309
311
|
<option name="_new_additionalArguments" value="""" />
|
|
310
|
-
<option name="_new_target" value=""
|
|
312
|
+
<option name="_new_target" value=""test_proton.Tracking.test_get_latest_umu_proton"" />
|
|
311
313
|
<option name="_new_targetType" value=""PYTHON"" />
|
|
312
314
|
<method v="2" />
|
|
313
315
|
</configuration>
|
|
314
|
-
<configuration name="Python tests for
|
|
316
|
+
<configuration name="Python tests for test_tracking.Tracking" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
|
|
315
317
|
<module name="umu-commander" />
|
|
316
318
|
<option name="ENV_FILES" value="" />
|
|
317
319
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
@@ -322,11 +324,11 @@
|
|
|
322
324
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
323
325
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
324
326
|
<option name="_new_additionalArguments" value="""" />
|
|
325
|
-
<option name="_new_target" value=""
|
|
327
|
+
<option name="_new_target" value=""test_tracking.Tracking"" />
|
|
326
328
|
<option name="_new_targetType" value=""PYTHON"" />
|
|
327
329
|
<method v="2" />
|
|
328
330
|
</configuration>
|
|
329
|
-
<configuration name="Python tests for test_tracking.Tracking" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
|
|
331
|
+
<configuration name="Python tests for test_tracking.Tracking.test_track_auto_untrack" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
|
|
330
332
|
<module name="umu-commander" />
|
|
331
333
|
<option name="ENV_FILES" value="" />
|
|
332
334
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
@@ -337,7 +339,7 @@
|
|
|
337
339
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
338
340
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
339
341
|
<option name="_new_additionalArguments" value="""" />
|
|
340
|
-
<option name="_new_target" value=""test_tracking.Tracking"" />
|
|
342
|
+
<option name="_new_target" value=""test_tracking.Tracking.test_track_auto_untrack"" />
|
|
341
343
|
<option name="_new_targetType" value=""PYTHON"" />
|
|
342
344
|
<method v="2" />
|
|
343
345
|
</configuration>
|
|
@@ -380,20 +382,20 @@
|
|
|
380
382
|
<item itemvalue="Python.delete" />
|
|
381
383
|
<item itemvalue="Python.create" />
|
|
382
384
|
<item itemvalue="Python tests.Run tests" />
|
|
385
|
+
<item itemvalue="Python tests.Python tests for test_proton.Tracking.test_get_latest_umu_proton" />
|
|
386
|
+
<item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_auto_untrack" />
|
|
383
387
|
<item itemvalue="Python tests.Python tests for test_db.Database" />
|
|
384
|
-
<item itemvalue="Python tests.Python tests for test_db.Database.test_addition_removal" />
|
|
385
388
|
<item itemvalue="Python tests.Python tests for test_tracking.Tracking" />
|
|
386
|
-
<item itemvalue="Python tests.Python tests for test_db.Database.test_missing_db" />
|
|
387
389
|
<item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_untrack" />
|
|
388
390
|
<item itemvalue="Shell Script.Upload" />
|
|
389
391
|
</list>
|
|
390
392
|
<recent_temporary>
|
|
391
393
|
<list>
|
|
394
|
+
<item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_auto_untrack" />
|
|
395
|
+
<item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_untrack" />
|
|
396
|
+
<item itemvalue="Python tests.Python tests for test_proton.Tracking.test_get_latest_umu_proton" />
|
|
392
397
|
<item itemvalue="Python tests.Python tests for test_tracking.Tracking" />
|
|
393
398
|
<item itemvalue="Python tests.Python tests for test_db.Database" />
|
|
394
|
-
<item itemvalue="Python tests.Python tests for test_db.Database.test_addition_removal" />
|
|
395
|
-
<item itemvalue="Python tests.Python tests for test_db.Database.test_missing_db" />
|
|
396
|
-
<item itemvalue="Python tests.Python tests for test_tracking.Tracking.test_track_untrack" />
|
|
397
399
|
</list>
|
|
398
400
|
</recent_temporary>
|
|
399
401
|
</component>
|
|
@@ -413,110 +415,6 @@
|
|
|
413
415
|
<option name="presentableId" value="Default" />
|
|
414
416
|
<updated>1751043400140</updated>
|
|
415
417
|
</task>
|
|
416
|
-
<task id="LOCAL-00047" summary="Create convenience classes">
|
|
417
|
-
<option name="closed" value="true" />
|
|
418
|
-
<created>1754002693811</created>
|
|
419
|
-
<option name="number" value="00047" />
|
|
420
|
-
<option name="presentableId" value="LOCAL-00047" />
|
|
421
|
-
<option name="project" value="LOCAL" />
|
|
422
|
-
<updated>1754002693811</updated>
|
|
423
|
-
</task>
|
|
424
|
-
<task id="LOCAL-00048" summary="Cleanup return codes and config/db handling">
|
|
425
|
-
<option name="closed" value="true" />
|
|
426
|
-
<created>1754002709864</created>
|
|
427
|
-
<option name="number" value="00048" />
|
|
428
|
-
<option name="presentableId" value="LOCAL-00048" />
|
|
429
|
-
<option name="project" value="LOCAL" />
|
|
430
|
-
<updated>1754002709864</updated>
|
|
431
|
-
</task>
|
|
432
|
-
<task id="LOCAL-00049" summary="Improvements to proton handling methods">
|
|
433
|
-
<option name="closed" value="true" />
|
|
434
|
-
<created>1754002728560</created>
|
|
435
|
-
<option name="number" value="00049" />
|
|
436
|
-
<option name="presentableId" value="LOCAL-00049" />
|
|
437
|
-
<option name="project" value="LOCAL" />
|
|
438
|
-
<updated>1754002728560</updated>
|
|
439
|
-
</task>
|
|
440
|
-
<task id="LOCAL-00050" summary="Use tomli-w Improvements to umu config creation">
|
|
441
|
-
<option name="closed" value="true" />
|
|
442
|
-
<created>1754002792462</created>
|
|
443
|
-
<option name="number" value="00050" />
|
|
444
|
-
<option name="presentableId" value="LOCAL-00050" />
|
|
445
|
-
<option name="project" value="LOCAL" />
|
|
446
|
-
<updated>1754002792462</updated>
|
|
447
|
-
</task>
|
|
448
|
-
<task id="LOCAL-00051" summary="Cleanup">
|
|
449
|
-
<option name="closed" value="true" />
|
|
450
|
-
<created>1754002812560</created>
|
|
451
|
-
<option name="number" value="00051" />
|
|
452
|
-
<option name="presentableId" value="LOCAL-00051" />
|
|
453
|
-
<option name="project" value="LOCAL" />
|
|
454
|
-
<updated>1754002812560</updated>
|
|
455
|
-
</task>
|
|
456
|
-
<task id="LOCAL-00052" summary="Tests">
|
|
457
|
-
<option name="closed" value="true" />
|
|
458
|
-
<created>1754002840695</created>
|
|
459
|
-
<option name="number" value="00052" />
|
|
460
|
-
<option name="presentableId" value="LOCAL-00052" />
|
|
461
|
-
<option name="project" value="LOCAL" />
|
|
462
|
-
<updated>1754002840695</updated>
|
|
463
|
-
</task>
|
|
464
|
-
<task id="LOCAL-00053" summary="Formatting">
|
|
465
|
-
<option name="closed" value="true" />
|
|
466
|
-
<created>1754002845468</created>
|
|
467
|
-
<option name="number" value="00053" />
|
|
468
|
-
<option name="presentableId" value="LOCAL-00053" />
|
|
469
|
-
<option name="project" value="LOCAL" />
|
|
470
|
-
<updated>1754002845468</updated>
|
|
471
|
-
</task>
|
|
472
|
-
<task id="LOCAL-00054" summary="1.5.1">
|
|
473
|
-
<option name="closed" value="true" />
|
|
474
|
-
<created>1754002864635</created>
|
|
475
|
-
<option name="number" value="00054" />
|
|
476
|
-
<option name="presentableId" value="LOCAL-00054" />
|
|
477
|
-
<option name="project" value="LOCAL" />
|
|
478
|
-
<updated>1754002864635</updated>
|
|
479
|
-
</task>
|
|
480
|
-
<task id="LOCAL-00055" summary="Improve config handling">
|
|
481
|
-
<option name="closed" value="true" />
|
|
482
|
-
<created>1754003601420</created>
|
|
483
|
-
<option name="number" value="00055" />
|
|
484
|
-
<option name="presentableId" value="LOCAL-00055" />
|
|
485
|
-
<option name="project" value="LOCAL" />
|
|
486
|
-
<updated>1754003601421</updated>
|
|
487
|
-
</task>
|
|
488
|
-
<task id="LOCAL-00056" summary="Update documentation">
|
|
489
|
-
<option name="closed" value="true" />
|
|
490
|
-
<created>1754003609647</created>
|
|
491
|
-
<option name="number" value="00056" />
|
|
492
|
-
<option name="presentableId" value="LOCAL-00056" />
|
|
493
|
-
<option name="project" value="LOCAL" />
|
|
494
|
-
<updated>1754003609647</updated>
|
|
495
|
-
</task>
|
|
496
|
-
<task id="LOCAL-00057" summary="1.5.2">
|
|
497
|
-
<option name="closed" value="true" />
|
|
498
|
-
<created>1754003619303</created>
|
|
499
|
-
<option name="number" value="00057" />
|
|
500
|
-
<option name="presentableId" value="LOCAL-00057" />
|
|
501
|
-
<option name="project" value="LOCAL" />
|
|
502
|
-
<updated>1754003619303</updated>
|
|
503
|
-
</task>
|
|
504
|
-
<task id="LOCAL-00058" summary="made typo.">
|
|
505
|
-
<option name="closed" value="true" />
|
|
506
|
-
<created>1754004029502</created>
|
|
507
|
-
<option name="number" value="00058" />
|
|
508
|
-
<option name="presentableId" value="LOCAL-00058" />
|
|
509
|
-
<option name="project" value="LOCAL" />
|
|
510
|
-
<updated>1754004029502</updated>
|
|
511
|
-
</task>
|
|
512
|
-
<task id="LOCAL-00059" summary="1.5.3">
|
|
513
|
-
<option name="closed" value="true" />
|
|
514
|
-
<created>1754004038591</created>
|
|
515
|
-
<option name="number" value="00059" />
|
|
516
|
-
<option name="presentableId" value="LOCAL-00059" />
|
|
517
|
-
<option name="project" value="LOCAL" />
|
|
518
|
-
<updated>1754004038591</updated>
|
|
519
|
-
</task>
|
|
520
418
|
<task id="LOCAL-00060" summary="Fix error code returning">
|
|
521
419
|
<option name="closed" value="true" />
|
|
522
420
|
<created>1754004871181</created>
|
|
@@ -805,7 +703,111 @@
|
|
|
805
703
|
<option name="project" value="LOCAL" />
|
|
806
704
|
<updated>1757363962261</updated>
|
|
807
705
|
</task>
|
|
808
|
-
<
|
|
706
|
+
<task id="LOCAL-00096" summary="Fix">
|
|
707
|
+
<option name="closed" value="true" />
|
|
708
|
+
<created>1757372054243</created>
|
|
709
|
+
<option name="number" value="00096" />
|
|
710
|
+
<option name="presentableId" value="LOCAL-00096" />
|
|
711
|
+
<option name="project" value="LOCAL" />
|
|
712
|
+
<updated>1757372054243</updated>
|
|
713
|
+
</task>
|
|
714
|
+
<task id="LOCAL-00097" summary="1.6.2">
|
|
715
|
+
<option name="closed" value="true" />
|
|
716
|
+
<created>1757372069891</created>
|
|
717
|
+
<option name="number" value="00097" />
|
|
718
|
+
<option name="presentableId" value="LOCAL-00097" />
|
|
719
|
+
<option name="project" value="LOCAL" />
|
|
720
|
+
<updated>1757372069891</updated>
|
|
721
|
+
</task>
|
|
722
|
+
<task id="LOCAL-00098" summary="Apparently lacking builtin usage may cause crashes">
|
|
723
|
+
<option name="closed" value="true" />
|
|
724
|
+
<created>1757373850837</created>
|
|
725
|
+
<option name="number" value="00098" />
|
|
726
|
+
<option name="presentableId" value="LOCAL-00098" />
|
|
727
|
+
<option name="project" value="LOCAL" />
|
|
728
|
+
<updated>1757373850838</updated>
|
|
729
|
+
</task>
|
|
730
|
+
<task id="LOCAL-00099" summary="Update gitignore">
|
|
731
|
+
<option name="closed" value="true" />
|
|
732
|
+
<created>1760031210596</created>
|
|
733
|
+
<option name="number" value="00099" />
|
|
734
|
+
<option name="presentableId" value="LOCAL-00099" />
|
|
735
|
+
<option name="project" value="LOCAL" />
|
|
736
|
+
<updated>1760031210596</updated>
|
|
737
|
+
</task>
|
|
738
|
+
<task id="LOCAL-00100" summary="Update gitignore">
|
|
739
|
+
<option name="closed" value="true" />
|
|
740
|
+
<created>1760031286149</created>
|
|
741
|
+
<option name="number" value="00100" />
|
|
742
|
+
<option name="presentableId" value="LOCAL-00100" />
|
|
743
|
+
<option name="project" value="LOCAL" />
|
|
744
|
+
<updated>1760031286149</updated>
|
|
745
|
+
</task>
|
|
746
|
+
<task id="LOCAL-00101" summary="Use Pathlib instead of str Use InquirePy Add more config options Prepare for support for cli options">
|
|
747
|
+
<option name="closed" value="true" />
|
|
748
|
+
<created>1760031479904</created>
|
|
749
|
+
<option name="number" value="00101" />
|
|
750
|
+
<option name="presentableId" value="LOCAL-00101" />
|
|
751
|
+
<option name="project" value="LOCAL" />
|
|
752
|
+
<updated>1760031479904</updated>
|
|
753
|
+
</task>
|
|
754
|
+
<task id="LOCAL-00102" summary="Update tests">
|
|
755
|
+
<option name="closed" value="true" />
|
|
756
|
+
<created>1760031487221</created>
|
|
757
|
+
<option name="number" value="00102" />
|
|
758
|
+
<option name="presentableId" value="LOCAL-00102" />
|
|
759
|
+
<option name="project" value="LOCAL" />
|
|
760
|
+
<updated>1760031487221</updated>
|
|
761
|
+
</task>
|
|
762
|
+
<task id="LOCAL-00103" summary="Update tests">
|
|
763
|
+
<option name="closed" value="true" />
|
|
764
|
+
<created>1760031493864</created>
|
|
765
|
+
<option name="number" value="00103" />
|
|
766
|
+
<option name="presentableId" value="LOCAL-00103" />
|
|
767
|
+
<option name="project" value="LOCAL" />
|
|
768
|
+
<updated>1760031493864</updated>
|
|
769
|
+
</task>
|
|
770
|
+
<task id="LOCAL-00104" summary="Formatting">
|
|
771
|
+
<option name="closed" value="true" />
|
|
772
|
+
<created>1760031558831</created>
|
|
773
|
+
<option name="number" value="00104" />
|
|
774
|
+
<option name="presentableId" value="LOCAL-00104" />
|
|
775
|
+
<option name="project" value="LOCAL" />
|
|
776
|
+
<updated>1760031558831</updated>
|
|
777
|
+
</task>
|
|
778
|
+
<task id="LOCAL-00105" summary="config creation fix">
|
|
779
|
+
<option name="closed" value="true" />
|
|
780
|
+
<created>1760032636080</created>
|
|
781
|
+
<option name="number" value="00105" />
|
|
782
|
+
<option name="presentableId" value="LOCAL-00105" />
|
|
783
|
+
<option name="project" value="LOCAL" />
|
|
784
|
+
<updated>1760032636081</updated>
|
|
785
|
+
</task>
|
|
786
|
+
<task id="LOCAL-00106" summary="Handle empty selection sets.">
|
|
787
|
+
<option name="closed" value="true" />
|
|
788
|
+
<created>1760033959569</created>
|
|
789
|
+
<option name="number" value="00106" />
|
|
790
|
+
<option name="presentableId" value="LOCAL-00106" />
|
|
791
|
+
<option name="project" value="LOCAL" />
|
|
792
|
+
<updated>1760033959569</updated>
|
|
793
|
+
</task>
|
|
794
|
+
<task id="LOCAL-00107" summary="Project cleanup">
|
|
795
|
+
<option name="closed" value="true" />
|
|
796
|
+
<created>1760033967824</created>
|
|
797
|
+
<option name="number" value="00107" />
|
|
798
|
+
<option name="presentableId" value="LOCAL-00107" />
|
|
799
|
+
<option name="project" value="LOCAL" />
|
|
800
|
+
<updated>1760033967824</updated>
|
|
801
|
+
</task>
|
|
802
|
+
<task id="LOCAL-00108" summary="Update README, add similar project links">
|
|
803
|
+
<option name="closed" value="true" />
|
|
804
|
+
<created>1760033984846</created>
|
|
805
|
+
<option name="number" value="00108" />
|
|
806
|
+
<option name="presentableId" value="LOCAL-00108" />
|
|
807
|
+
<option name="project" value="LOCAL" />
|
|
808
|
+
<updated>1760033984846</updated>
|
|
809
|
+
</task>
|
|
810
|
+
<option name="localTasksCounter" value="109" />
|
|
809
811
|
<servers />
|
|
810
812
|
</component>
|
|
811
813
|
<component name="Vcs.Log.Tabs.Properties">
|
|
@@ -832,15 +834,6 @@
|
|
|
832
834
|
</option>
|
|
833
835
|
</component>
|
|
834
836
|
<component name="VcsManagerConfiguration">
|
|
835
|
-
<MESSAGE value="Misc fixes in configuration module" />
|
|
836
|
-
<MESSAGE value="Fix import error" />
|
|
837
|
-
<MESSAGE value="Change DB structure" />
|
|
838
|
-
<MESSAGE value="Improve print strings" />
|
|
839
|
-
<MESSAGE value="1.5.5" />
|
|
840
|
-
<MESSAGE value="Rewrite documentation" />
|
|
841
|
-
<MESSAGE value="Reword" />
|
|
842
|
-
<MESSAGE value="Reformat main flow" />
|
|
843
|
-
<MESSAGE value="Update tests" />
|
|
844
837
|
<MESSAGE value="Add dynamic versioning" />
|
|
845
838
|
<MESSAGE value="Add dynamic versioning & 1.5.6" />
|
|
846
839
|
<MESSAGE value="Add dynamic versioning" />
|
|
@@ -854,18 +847,27 @@
|
|
|
854
847
|
<MESSAGE value="1.6.0" />
|
|
855
848
|
<MESSAGE value="Handle exiting more gracefully dispatch refactor minor wording & formatting tweaks" />
|
|
856
849
|
<MESSAGE value="Add default values" />
|
|
850
|
+
<MESSAGE value="1.6.1" />
|
|
857
851
|
<MESSAGE value="Fix" />
|
|
852
|
+
<MESSAGE value="1.6.2" />
|
|
853
|
+
<MESSAGE value="Apparently lacking builtin usage may cause crashes" />
|
|
854
|
+
<MESSAGE value="Update gitignore" />
|
|
855
|
+
<MESSAGE value="Use Pathlib instead of str Use InquirePy Add more config options Prepare for support for cli options" />
|
|
856
|
+
<MESSAGE value="Update tests" />
|
|
858
857
|
<MESSAGE value="Formatting" />
|
|
859
|
-
<MESSAGE value="
|
|
860
|
-
<
|
|
858
|
+
<MESSAGE value="config creation fix" />
|
|
859
|
+
<MESSAGE value="Handle empty selection sets." />
|
|
860
|
+
<MESSAGE value="Project cleanup" />
|
|
861
|
+
<MESSAGE value="Update README, add similar project links" />
|
|
862
|
+
<option name="LAST_COMMIT_MESSAGE" value="Update README, add similar project links" />
|
|
861
863
|
</component>
|
|
862
864
|
<component name="XDebuggerManager">
|
|
863
865
|
<breakpoint-manager>
|
|
864
866
|
<breakpoints>
|
|
865
867
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
866
|
-
<url>file://$PROJECT_DIR$/
|
|
867
|
-
<line>
|
|
868
|
-
<option name="timeStamp" value="
|
|
868
|
+
<url>file://$PROJECT_DIR$/tests/test_proton.py</url>
|
|
869
|
+
<line>26</line>
|
|
870
|
+
<option name="timeStamp" value="19" />
|
|
869
871
|
</line-breakpoint>
|
|
870
872
|
</breakpoints>
|
|
871
873
|
</breakpoint-manager>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: umu-commander
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0
|
|
4
4
|
Summary: umu-commander is an interactive CLI tool to help you manage umu.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Mpaxlamitsounas/umu-commander
|
|
6
6
|
Project-URL: Issues, https://github.com/Mpaxlamitsounas/umu-commander/issues
|
|
@@ -11,11 +11,14 @@ Keywords: umu,umu-launcher
|
|
|
11
11
|
Classifier: Operating System :: POSIX :: Linux
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
|
+
Requires-Dist: inquirerpy
|
|
14
15
|
Requires-Dist: tomli-w
|
|
15
16
|
Description-Content-Type: text/markdown
|
|
16
17
|
|
|
17
18
|
## umu-commander
|
|
18
|
-
### umu-commander is
|
|
19
|
+
### umu-commander is a CLI tool to augment umu-launcher as well as help you manage its Proton versions.
|
|
20
|
+
|
|
21
|
+
This tool does not provide a centralised way of managing your games or utilise template umu-configs. See [faugus-launcher](https://github.com/Faugus/faugus-launcher) or [Nero-umu](https://github.com/SeongGino/Nero-umu) for something more akin to a games launcher, and [umu-wrapper](https://github.com/korewaChino/umu-wrapper) for templating functionality.
|
|
19
22
|
|
|
20
23
|
Proton versions can track and untrack directories, with the intention of safely removing them once no game depends on one.
|
|
21
24
|
|
|
@@ -26,17 +29,18 @@ The configuration file lives at `~/.config/umu-commander.toml`, which cannot be
|
|
|
26
29
|
|
|
27
30
|
The config schema is as follows:
|
|
28
31
|
|
|
29
|
-
| Name
|
|
30
|
-
|
|
31
|
-
| `
|
|
32
|
-
| `
|
|
33
|
-
| `
|
|
34
|
-
| `
|
|
35
|
-
| `UMU_CONFIG_NAME`
|
|
36
|
-
| `
|
|
37
|
-
| `[DLL_OVERRIDES_OPTIONS]`
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
| Name | Description |
|
|
33
|
+
|:---------------------------|:-------------------------------------------------------------------|
|
|
34
|
+
| `DB_DIR` | Directory where the Tracking DB is stored. |
|
|
35
|
+
| `DB_NAME` | Tracking DB filename. |
|
|
36
|
+
| `DEFAULT_PREFIX_DIR` | Directory where umu-commander will search for WINE prefixes. |
|
|
37
|
+
| `PROTON_PATHS` | List of directories umu-commander will search for Proton versions. |
|
|
38
|
+
| `UMU_CONFIG_NAME` | Name of the umu config created using umu-commander create. |
|
|
39
|
+
| `UMU_PROTON_PATH` | Directory where umu-launcher downloads its UMU-Proton versions. |
|
|
40
|
+
| `[DLL_OVERRIDES_OPTIONS]` | TOML table where all possible DLL overrides are listed. |
|
|
41
|
+
| `[LANG_OVERRIDES_OPTIONS]` | TOML table where all possible LANG overrides are listed. |
|
|
42
|
+
|
|
43
|
+
To add an extra DLL override option, add a line below the table in the form "`Label`" = "`WINE DLL override string`". Use the winhttp example as an example. You can add LANG overrides in a similar way.
|
|
40
44
|
|
|
41
45
|
### Verbs
|
|
42
46
|
umu-commander needs one of the following verbs specified after the executable name:
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
## umu-commander
|
|
2
|
-
### umu-commander is
|
|
2
|
+
### umu-commander is a CLI tool to augment umu-launcher as well as help you manage its Proton versions.
|
|
3
|
+
|
|
4
|
+
This tool does not provide a centralised way of managing your games or utilise template umu-configs. See [faugus-launcher](https://github.com/Faugus/faugus-launcher) or [Nero-umu](https://github.com/SeongGino/Nero-umu) for something more akin to a games launcher, and [umu-wrapper](https://github.com/korewaChino/umu-wrapper) for templating functionality.
|
|
3
5
|
|
|
4
6
|
Proton versions can track and untrack directories, with the intention of safely removing them once no game depends on one.
|
|
5
7
|
|
|
@@ -10,17 +12,18 @@ The configuration file lives at `~/.config/umu-commander.toml`, which cannot be
|
|
|
10
12
|
|
|
11
13
|
The config schema is as follows:
|
|
12
14
|
|
|
13
|
-
| Name
|
|
14
|
-
|
|
15
|
-
| `
|
|
16
|
-
| `
|
|
17
|
-
| `
|
|
18
|
-
| `
|
|
19
|
-
| `UMU_CONFIG_NAME`
|
|
20
|
-
| `
|
|
21
|
-
| `[DLL_OVERRIDES_OPTIONS]`
|
|
22
|
-
|
|
23
|
-
|
|
15
|
+
| Name | Description |
|
|
16
|
+
|:---------------------------|:-------------------------------------------------------------------|
|
|
17
|
+
| `DB_DIR` | Directory where the Tracking DB is stored. |
|
|
18
|
+
| `DB_NAME` | Tracking DB filename. |
|
|
19
|
+
| `DEFAULT_PREFIX_DIR` | Directory where umu-commander will search for WINE prefixes. |
|
|
20
|
+
| `PROTON_PATHS` | List of directories umu-commander will search for Proton versions. |
|
|
21
|
+
| `UMU_CONFIG_NAME` | Name of the umu config created using umu-commander create. |
|
|
22
|
+
| `UMU_PROTON_PATH` | Directory where umu-launcher downloads its UMU-Proton versions. |
|
|
23
|
+
| `[DLL_OVERRIDES_OPTIONS]` | TOML table where all possible DLL overrides are listed. |
|
|
24
|
+
| `[LANG_OVERRIDES_OPTIONS]` | TOML table where all possible LANG overrides are listed. |
|
|
25
|
+
|
|
26
|
+
To add an extra DLL override option, add a line below the table in the form "`Label`" = "`WINE DLL override string`". Use the winhttp example as an example. You can add LANG overrides in a similar way.
|
|
24
27
|
|
|
25
28
|
### Verbs
|
|
26
29
|
umu-commander needs one of the following verbs specified after the executable name:
|