pythoninthegrass
|
3f6a7c9526
|
docs: update README.md
Add pre-commit hook bypass flag to ease transition
|
2024-02-21 01:20:50 -06:00 |
|
pythoninthegrass
|
6b4171090d
|
docs: conventional commits
w/commitizen + release-please
|
2024-02-21 01:18:15 -06:00 |
|
pythoninthegrass
|
7fbad80666
|
ci: add commitizen
|
2024-02-21 01:08:53 -06:00 |
|
pythoninthegrass
|
e14e3a2527
|
chore: fix eol
|
2024-02-21 00:56:38 -06:00 |
|
pythoninthegrass
|
7a61e0bdf8
|
build: move docker to top-level directory
|
2024-02-21 00:53:32 -06:00 |
|
pythoninthegrass
|
8ead8b0299
|
Revert "chore: remove modules"
This reverts commit f6c291dd3d .
|
2024-02-21 00:50:22 -06:00 |
|
pythoninthegrass
|
b8f72f2dd1
|
docs: formatting and pre-commit hooks
|
2024-02-21 00:49:12 -06:00 |
|
pythoninthegrass
|
d4bf5ed026
|
ci: add pre-commit hooks
ruff foremost among them. Otherwise better code quality with minimal annoyances locally
|
2024-02-21 00:48:48 -06:00 |
|
pythoninthegrass
|
57e24bdb77
|
chore: vscode extension recommendations
Nudge contributors to use vscode extensions already present in devcontainer
|
2024-02-21 00:46:54 -06:00 |
|
pythoninthegrass
|
84d147468e
|
ci: add automatic semver
Will need to supply personal access token as repo secret `RELEASE_PLEASE_TOKEN`
|
2024-02-21 00:45:59 -06:00 |
|
pythoninthegrass
|
6204392c3d
|
refactor: split config into file
- Lots of LOC that make the main script hard to read
- Remove `main.py` as that can come later
|
2024-02-21 00:44:29 -06:00 |
|
pythoninthegrass
|
493c259a63
|
build: update deps
- Set stage for removing modules directory
- Export requirements.txt for backward compatibility
- Bump version
|
2024-02-21 00:39:07 -06:00 |
|
pythoninthegrass
|
6485a7c0ff
|
Merge branch 'main' of https://github.com/pythoninthegrass/non_steam_launchers
|
2024-02-20 23:31:06 -06:00 |
|
pythoninthegrass
|
f6c291dd3d
|
chore: remove modules
Use directly in main python script
|
2024-02-20 23:30:53 -06:00 |
|
pythoninthegrass
|
34f8921273
|
wip
|
2024-02-20 23:29:48 -06:00 |
|
Roy
|
4cc95df69c
|
fixed controller config path
|
2024-02-19 22:19:57 -08:00 |
|
Roy
|
bf5a8a1548
|
disbaled steam restart if Decky Plugin test
|
2024-02-18 22:47:04 -08:00 |
|
Roy
|
c041991ce5
|
Update NSLGameScanner.py
|
2024-02-18 06:25:23 -08:00 |
|
Roy
|
b604b45b11
|
Update NSLGameScanner.py
|
2024-02-18 06:23:09 -08:00 |
|
Roy
|
f62bc75eda
|
added log for the json info
|
2024-02-18 06:13:39 -08:00 |
|
Roy
|
e5153c06e0
|
Reverted
|
2024-02-18 00:17:20 -08:00 |
|
Roy
|
cdff413f4c
|
testing of writin json to file
|
2024-02-18 00:10:09 -08:00 |
|
Roy
|
ff56c3a04d
|
removed pipe
|
2024-02-17 00:31:09 -08:00 |
|
Roy
|
ecf741bc5f
|
Re added pipe temporarily
|
2024-02-16 23:57:55 -08:00 |
|
Roy
|
e0ecc12aa9
|
Add files via upload
|
2024-02-16 19:40:51 -08:00 |
|
Roy
|
aa290fee94
|
lessened api calls
|
2024-02-16 19:26:30 -08:00 |
|
Roy
|
bdc2ed7b12
|
Removed Pipe
|
2024-02-16 19:05:02 -08:00 |
|
Roy
|
3686a6323a
|
added back stdoubt
|
2024-02-16 04:30:02 -08:00 |
|
sysmoon14
|
d8b392efe2
|
Reverted previous two commits
Added env vars check back for decky and reverted GoG change.
|
2024-02-16 06:54:58 +00:00 |
|
Roy
|
1063ec5946
|
added small check for now to test plugin
|
2024-02-15 00:00:20 -08:00 |
|
Roy
|
a714084255
|
rechecked env_vars for now
|
2024-02-14 23:54:24 -08:00 |
|
sysmoon14
|
350d243e28
|
Removed "/path=" from GoG Launch Options
|
2024-02-14 12:43:09 +00:00 |
|
sysmoon14
|
a184b4d07c
|
Ignore env_vars check for decky
|
2024-02-14 09:28:15 +00:00 |
|
Roy
|
7ac0d2aeb2
|
moved up restart a bit
|
2024-02-13 18:41:47 -08:00 |
|
Roy
|
ae65c04811
|
removed stoudt
|
2024-02-13 18:36:36 -08:00 |
|
Roy
|
8b97bd5598
|
moved Steam restart process to the end of script
|
2024-02-13 18:32:49 -08:00 |
|
Roy
|
0103d154ea
|
Merge pull request #208 from Aldinas/main
Allow whitespaces in steam account names.
|
2024-02-13 18:17:53 -08:00 |
|
Aldinas
|
df909421f6
|
Allow whitespaces in steam account names.
Allows legacy steam account names that could contain white spaces to be correctly parsed by the system.
|
2024-02-13 20:50:52 +00:00 |
|
Roy
|
f34088d4ae
|
removed check
|
2024-02-11 21:44:26 -08:00 |
|
Roy
|
c50461d2e0
|
Added Pipe Logic
|
2024-02-11 21:34:52 -08:00 |
|
Roy
|
88f395f65b
|
Update NSLGameScanner.py
|
2024-02-11 21:27:02 -08:00 |
|
Roy
|
b31f41feec
|
Add files via upload
|
2024-02-11 21:16:50 -08:00 |
|
Roy
|
95e29f0fb0
|
Add files via upload
|
2024-02-10 22:26:53 -08:00 |
|
Roy
|
c2072d407f
|
Create __init__.cpython-311.pyc
|
2024-02-10 22:26:32 -08:00 |
|
Roy
|
2da00e8967
|
Add files via upload
|
2024-02-10 17:18:51 -08:00 |
|
Roy
|
642a508bd3
|
Add files via upload
|
2024-02-10 17:18:13 -08:00 |
|
Roy
|
240f3193bd
|
Merge pull request #200 from Joey451-OG/patch-1
Fixed Steam-deck HQ article link in README.md
|
2024-02-10 14:29:24 -08:00 |
|
Roy
|
00bbd490b2
|
Attempted to fix vdf import
|
2024-02-10 14:28:49 -08:00 |
|
Roy
|
5d32ccd41d
|
Attempted to fix vdf import
|
2024-02-10 14:28:17 -08:00 |
|
Roy
|
03c8b47dd4
|
attempted to fix vdf import
|
2024-02-10 14:27:13 -08:00 |
|