This website requires JavaScript.
Explore
Help
Sign In
GetHub
/
CleanMM
Watch
1
Star
0
Fork
0
You've already forked CleanMM
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
Files
b8259ecfc79ec1c7d7d810b7f7beac9ebf3d2431
CleanMM
/
lib
/
manage
History
tw93
8e4b8a5e0d
Improve update checks and cleanup UX, add timeout regressions
2026-03-05 12:00:07 +08:00
..
autofix.sh
refactor: Update shell arithmetic increment syntax from
((var++)) || true
to
var=$((var + 1))
across various scripts.
2026-02-28 11:10:18 +08:00
purge_paths.sh
refactor: Update shell arithmetic increment syntax from
((var++)) || true
to
var=$((var + 1))
across various scripts.
2026-02-28 11:10:18 +08:00
update.sh
Improve update checks and cleanup UX, add timeout regressions
2026-03-05 12:00:07 +08:00
whitelist.sh
fix(clean): respect whitelist when cleaning Go caches (
#530
)
2026-03-03 15:57:45 +08:00