This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Mole
Watch
1
Star
0
Fork
0
You've already forked Mole
mirror of
https://github.com/tw93/Mole.git
synced
2026-03-22 19:05:07 +00:00
Code
Activity
Files
297111aa1bfa79310c163a3143696f481be6e2d1
Mole
/
lib
History
tw93
d2820eeb2e
fix(uninstall): sync LaunchServices refresh for Spotlight update, remove background hint message,
close
#490
2026-02-28 11:22:41 +08:00
..
check
fix: skip font cache rebuild when browsers are running
2026-02-24 14:23:00 +08:00
clean
refactor(clean): use assignment form for arithmetic increments in safe_clean
2026-02-28 11:22:35 +08:00
core
chore: auto format code
2026-02-28 03:11:16 +00:00
manage
refactor: Update shell arithmetic increment syntax from
((var++)) || true
to
var=$((var + 1))
across various scripts.
2026-02-28 11:10:18 +08:00
optimize
refactor: Update shell arithmetic increment syntax from
((var++)) || true
to
var=$((var + 1))
across various scripts.
2026-02-28 11:10:18 +08:00
ui
refactor: Update shell arithmetic increment syntax from
((var++)) || true
to
var=$((var + 1))
across various scripts.
2026-02-28 11:10:18 +08:00
uninstall
fix(uninstall): sync LaunchServices refresh for Spotlight update, remove background hint message,
close
#490
2026-02-28 11:22:41 +08:00