Tw93
54be4e30a2
fix: global optimization for safe_clean and doc update
2026-01-11 09:55:18 +08:00
Tw93
74fc3df455
Merge branch 'pr-287' into dev
2026-01-11 09:27:15 +08:00
Tw93
413b2c8f98
fix: disable aggressive cleanup and optimize directory checks
2026-01-11 09:27:12 +08:00
Jack Phallen
c0f76936cd
feat: Skip TimeMachine cleaning if running
2026-01-10 17:40:42 -05:00
Tw93
8118cab604
Merge branch 'main' of github.com:tw93/Mole
2026-01-10 08:52:12 +08:00
Tw93
273a6b5cf0
fix(clean): enhance orphan detection accuracy and safety
...
- Expand app scan to include Homebrew Cask and Setapp locations
- Add lsappinfo fallback for more reliable running app detection
- Add sensitive data protection patterns (1Password, Keychain, etc.)
- Add mdfind fallback with file-based caching (Bash 3.2 compatible)
2026-01-10 08:51:14 +08:00
Tw93
9c39eef7fe
chore: auto format code
2026-01-10 00:23:16 +00:00
Tw93
0a654f365b
fix(clean): enhance orphan detection accuracy and safety
...
- Expand app scan to include Homebrew Cask and Setapp locations
- Add lsappinfo fallback for more reliable running app detection
- Add sensitive data protection patterns (1Password, Keychain, etc.)
- Add mdfind fallback with file-based caching (Bash 3.2 compatible)
2026-01-10 08:22:17 +08:00
biplavbarua
096c0ca73f
feat: add cleanup support for Elixir, Haskell, OCaml, and Editors
2026-01-10 01:22:43 +05:30
Biplav Barua
3507870275
feat: add Angular, SvelteKit, Astro, and coverage to purge targets ( #286 )
2026-01-10 00:05:38 +08:00
Tw93
ce8989d3e9
chore: auto format code
2026-01-09 06:44:51 +00:00
Tw93
e33e428569
fix: add KeePassXC new bundle id to protection list ( #285 )
2026-01-09 14:43:50 +08:00
Tw93
24fa0f8f21
feat: Add cleanup rule for Quark (夸克) video cache ( #279 )
2026-01-09 14:38:59 +08:00
Tw93
2394c5d768
feat(touchid): add sudo_local support with silent migration
2026-01-09 11:02:10 +08:00
Tw93
9a3ecb7377
Merge branch 'dev'
2026-01-08 11:37:36 +08:00
Tw93
7d6d5eb8b0
Fix the issue with the IDE GoLang cache #269
2026-01-08 10:20:04 +08:00
Tw93
1fccf6bcf8
Repair brew update prompts
2026-01-08 10:16:58 +08:00
Tw93
d3f1cdd834
fix(security): allow Firefox ..files directories in path validation
...
Fixes #263
- Change regex from \.\. to (^|/)\.\.(/|$) to only match path components
- Firefox uses ..files suffix in IndexedDB dirs (e.g., name..files)
- Still blocks actual traversal: /tmp/../etc
- Added test cases for Firefox compatibility
- All 16 tests passing
2026-01-06 09:51:34 +08:00
Tw93
33a77fecef
Merge pull request #254 from JackPhallen/chore/remove-unnecessary-command-check
...
chore: Do not check if should_protect_path exists
2026-01-05 14:54:27 +08:00
Jack Phallen
f21a1339a7
chore: Do not check if should_protect_path exists
...
should_protect_path will always be available as it comes from common.sh.
This check adds a lot of overhead as it runs on every file.
2026-01-04 21:33:39 -05:00
Tw93
07ea303105
feat: enhance optimization summary with specific metrics for cleaned cache, repaired configs, and optimized databases
2026-01-05 00:26:08 +08:00
Tw93
2fac1e1dea
Merge branch 'main' of github.com:tw93/Mole
2026-01-04 23:21:37 +08:00
Tw93
e434a1e837
feat(uninstall): add support for third-party input methods
...
- Add '/Library/Input Methods' to application scan paths
- Unprotect Sogou, QQ, and Baidu input methods from system critical list
- Enhance file cleanup logic to detect input method plugins and caches
- Allow clean uninstallation and deep cleaning of WeType, Sogou, etc.
2026-01-04 23:19:02 +08:00
Tw93
b044fa3e60
chore: auto format code
2026-01-04 09:52:09 +00:00
Tw93
3906c020fe
fix: improve cleanup by exiting alt screen and refine whitelisting for directory paths and R renv cache.
2026-01-04 17:41:14 +08:00
Tw93
0520287ec1
feat(debug): add detailed debug output for optimize operations
...
- Add debug logging to all optimize functions:
- opt_cache_refresh, opt_saved_state_cleanup
- opt_network_optimization, opt_sqlite_vacuum
- opt_launch_services_rebuild, opt_font_cache_rebuild
- opt_memory_pressure_relief, opt_disk_permissions_repair
- opt_bluetooth_reset
- Each operation logs description, method, expected outcome, and risk level
- Part of GitHub issue #242 implementation
2026-01-04 17:30:45 +08:00
Tw93
9d59649b51
feat(debug): add detailed debug output for clean operations
...
- Add classify_cleanup_risk() for risk level classification (LOW/MEDIUM/HIGH)
- Enhance safe_clean() with operation details and risk info
- Show item counts and file lists in debug mode
- Support for lib/clean/user.sh debug enhancements
- Part of GitHub issue #242 implementation
2026-01-04 17:30:41 +08:00
Tw93
cd5baf9a72
feat(debug): enhance file removal with detailed debug output
...
- Add file metadata logging in safe_remove() and safe_sudo_remove()
- Log file type, size, and age when in debug mode
- Support both dry-run and actual removal scenarios
- Part of GitHub issue #242 implementation
2026-01-04 17:30:36 +08:00
Tw93
e5a3abfd6d
feat(debug): add enhanced debug logging functions
...
- Add debug_operation_start() for operation section headers
- Add debug_operation_detail() for detailed operation info
- Add debug_file_action() for file operations with metadata
- Add debug_risk_level() for risk classification with colors
- All functions output to both stderr and log file
- Addresses GitHub issue #242
2026-01-04 17:30:32 +08:00
Tw93
fc4d94f7c7
Merge pull request #247 from JackPhallen/feat/more-purge-support
...
feat(purge): C# bin purge support
2026-01-04 16:16:59 +08:00
Tw93
0df0de33f5
Merge pull request #248 from JackPhallen/fix/protect-whitelisted-subdirectories
...
fix: Respect whitelisted subdirectories
2026-01-04 16:12:39 +08:00
Jack Phallen
70e1544490
fix: Respect whitelisted subdirectories
2026-01-04 00:00:28 -08:00
Jack Phallen
aabee42344
feat(purge): C# bin purge support
2026-01-03 23:24:25 -08:00
Jack Phallen
2045917c23
feat(purge): Additional python purge targets
2026-01-03 22:54:37 -08:00
Tw93
ad42266b09
refactor: rename installers command to installer across commands, script, and documentation.
2026-01-04 10:23:23 +08:00
Tw93
4680982ea1
Merge pull request #240 from JackPhallen/feat/installers-clean
...
feat: Create utility to find stale app installers
2026-01-04 10:12:00 +08:00
Jack Phallen
a2f071fd48
feat: Create utility to find stale app installers
2026-01-03 10:00:57 -08:00
Tw93
41c8325019
chore: auto format code
2026-01-03 10:08:35 +00:00
Tw93
6dfd675417
refactor: standardize epoch time retrieval with get_epoch_seconds and ensure locale-independent string transformations.
2026-01-03 18:07:47 +08:00
Tw93
4efe1411aa
Merge branch 'dev'
2026-01-03 14:17:45 +08:00
Tw93
07a61844fb
Merge pull request #237 from jimmystridh/fix/arrow-key-responsiveness
...
fix(ui): improve arrow key responsiveness in menu
2026-01-03 14:16:27 +08:00
Tw93
6698099215
chore: auto format code
2026-01-03 06:11:23 +00:00
Jimmy Stridh
e57e71557c
fix(ui): improve arrow key responsiveness in menu
...
drain_pending_input was discarding buffered arrow keys during
key repeat, causing slow/jerky scrolling and lingering movement
after key release.
2026-01-03 07:08:37 +01:00
Tw93
8a55e33a00
refactor: ensure mail cleaning configuration variables default to empty if unset.
2026-01-03 14:06:29 +08:00
Tw93
8cb1bc6fbe
Merge pull request #236 from jimmystridh/fix/preserve-sort-state-after-uninstall
...
fix(ui): preserve sort state after uninstall
2026-01-03 13:57:28 +08:00
Jimmy Stridh
4fd3ae4e01
fix(ui): preserve sort state after uninstall
...
Sort mode and order were reset to defaults when returning
from uninstallation. Now persisted via environment variables.
2026-01-03 06:44:54 +01:00
Tw93
5ee7d2d703
test: fix empty directory cleanup depth and remove obsolete spinner test
2026-01-03 13:37:53 +08:00
Tw93
f98aab6840
refactor: simplify configuration by removing unused environment variables
2026-01-03 13:34:19 +08:00
Tw93
c165230159
refactor: simplify ui and log defaults
...
Remove support for obscure env var overrides in favor of sensible defaults.
2026-01-03 13:29:07 +08:00
Tw93
5955bd93dc
feat: enhance clean logic
...
1. Add recursive empty directory cleanup for Application Support and Caches.
2. Add support for cleaning old Edge Updater versions.
2026-01-03 13:29:07 +08:00