]> skyeroc.xyz Git - obs-ctl/commit
Initial
authorsbkelley <sb24kelley@gmail.com>
Fri, 28 Nov 2025 04:44:41 +0000 (23:44 -0500)
committersbkelley <sb24kelley@gmail.com>
Fri, 28 Nov 2025 04:44:41 +0000 (23:44 -0500)
commit2bceadde13bcfd58a51774ccccaf3ae6d11b6611
tree7e929b39458ab45e22c742f2986e54b0993db76f
Initial
.gitignore [new file with mode: 0644]
mockup.txt [new file with mode: 0644]
src/obs_ctl/__init__.py [new file with mode: 0644]
src/obs_ctl/__main__.py [new file with mode: 0644]
src/obs_ctl/const.py [new file with mode: 0644]
src/obs_ctl/data/layout.tcss [new file with mode: 0644]
src/obs_ctl/log.py [new file with mode: 0644]
src/obs_ctl/widget/__init__.py [new file with mode: 0644]
src/test/__init__.py [new file with mode: 0644]
src/test/main_test.py [new file with mode: 0644]
src/vscode_run_entrypoint.py [new file with mode: 0644]