1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-23 15:20:06 +00:00

Commit Graph

  • e58c7128b0 fix: resolve unbound variable error in safe_clean (bash 3.2 compatibility) Tw93 2026-01-11 09:58:37 +08:00
  • 54be4e30a2 fix: global optimization for safe_clean and doc update Tw93 2026-01-11 09:55:18 +08:00
  • 74fc3df455 Merge branch 'pr-287' into dev Tw93 2026-01-11 09:27:15 +08:00
  • 413b2c8f98 fix: disable aggressive cleanup and optimize directory checks Tw93 2026-01-11 09:26:04 +08:00
  • c8daf57b28 Merge pull request #290 from alexandear-org/refactor/use-slices-clone Tw93 2026-01-11 08:54:37 +08:00
  • fdacd3e087 update security audit Tw93 2026-01-11 08:51:01 +08:00
  • 3ae0746f77 Merge pull request #292 from JackPhallen/feat/time-machine-mounted Tw93 2026-01-11 08:47:36 +08:00
  • e186086578 Fix handing issue on macOS Sequoia after completing 1 task (#291) Tw93 2026-01-11 08:11:43 +08:00
  • c0f76936cd feat: Skip TimeMachine cleaning if running Jack Phallen 2026-01-10 17:37:29 -05:00
  • 14b8fa688e refactor: simplify with slices.Clone Oleksandr Redko 2026-01-10 20:41:05 +02:00
  • d45423df94 fix issue with mo remove #289 Tw93 2026-01-10 20:08:47 +08:00
  • e648ceceb0 feat: add cleanup support for Elixir, Haskell, OCaml, and Editors Bhadra 2026-01-10 12:30:15 +05:30
  • edf5ed09a9 chore: restructure windows branch (move windows/ content to root, remove macos files) Tw93 2026-01-10 13:23:29 +08:00
  • 083ab55661 docs: update windows support link Tw93 2026-01-10 13:20:26 +08:00
  • 9434b41fbe chore: remove windows support from dev branch (moved to dedicated windows branch) Tw93 2026-01-10 13:19:56 +08:00
  • e84a457c2f Merge branch 'main' into dev Tw93 2026-01-10 13:05:53 +08:00
  • ef713afda7 update test Tw93 2026-01-10 09:41:17 +08:00
  • 8a3443be4d update readme Tw93 2026-01-10 08:58:16 +08:00
  • 8118cab604 Merge branch 'main' of github.com:tw93/Mole Tw93 2026-01-10 08:52:12 +08:00
  • 7d43e669a8 fix(analyze): improve deletion safety and UI clarity Tw93 2026-01-10 08:51:14 +08:00
  • 273a6b5cf0 fix(clean): enhance orphan detection accuracy and safety Tw93 2026-01-10 08:51:14 +08:00
  • 9c39eef7fe chore: auto format code Tw93 2026-01-10 00:23:16 +00:00
  • 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) Tw93 2026-01-10 08:22:17 +08:00
  • b952752a7d chore: update contributors [skip ci] github-actions[bot] 2026-01-09 23:25:33 +00:00
  • ebb4f7a1e9 feat(analyze): safer deletion with Trash and two-key confirm Tw93 2026-01-10 07:24:58 +08:00
  • 096c0ca73f feat: add cleanup support for Elixir, Haskell, OCaml, and Editors biplavbarua 2026-01-10 01:22:43 +05:30
  • 3507870275 feat: add Angular, SvelteKit, Astro, and coverage to purge targets (#286) Biplav Barua 2026-01-09 21:35:38 +05:30
  • cbd777bf14 Update documents and instructions Tw93 2026-01-09 17:13:34 +08:00
  • cce0afecc5 Merge branch 'dev' of github.com:tw93/Mole into dev Tw93 2026-01-09 15:10:36 +08:00
  • 124e498f15 refactor(windows): fix cmdlet shadowing and enforce dependency isolation Tw93 2026-01-09 15:10:26 +08:00
  • 9915d5e56f chore: update contributors [skip ci] github-actions[bot] 2026-01-09 06:50:00 +00:00
  • e40a992f7e Merge branch main into dev Tw93 2026-01-09 14:49:31 +08:00
  • ea00d979da Merge branch 'main' into dev Tw93 2026-01-09 14:49:08 +08:00
  • ce8989d3e9 chore: auto format code Tw93 2026-01-09 06:44:51 +00:00
  • e33e428569 fix: add KeePassXC new bundle id to protection list (#285) Tw93 2026-01-09 14:43:50 +08:00
  • 24fa0f8f21 feat: Add cleanup rule for Quark (夸克) video cache (#279) Tw93 2026-01-09 14:38:59 +08:00
  • 07e1ee0f3e chore: update contributors [skip ci] github-actions[bot] 2026-01-09 06:16:55 +00:00
  • 2b5dd3f44c feat: show scanning progress as percentage in disk analyzer Tw93 2026-01-09 14:16:29 +08:00
  • bb4561e682 chore: update contributors [skip ci] github-actions[bot] 2026-01-09 03:02:38 +00:00
  • 2394c5d768 feat(touchid): add sudo_local support with silent migration Tw93 2026-01-09 11:02:10 +08:00
  • ee2c798b29 docs: url update Bhadra 2026-01-08 23:08:44 +05:30
  • 2e0714d1fe docs: add Windows platform support section to README Bhadra 2026-01-08 23:07:55 +05:30
  • 9b40c5acf4 fix(windows): support arrow key escape sequences in interactive menus Bhadra 2026-01-08 22:49:43 +05:30
  • 800db2429d fix(windows): address code review security and reliability issues Bhadra 2026-01-08 22:25:57 +05:30
  • 3255fa2451 fix(windows): fix CI function name and purge return type handling Bhadra 2026-01-08 21:37:07 +05:30
  • cfe8ea0724 fix(windows): address code review issues Bhadra 2026-01-08 20:08:41 +05:30
  • 34affd75c4 fix(windows): fix install script directory copy to prevent nesting Bhadra 2026-01-08 19:59:51 +05:30
  • 7b03fceaf8 perf(windows): speed up analyze scanning with shallow depth Bhadra 2026-01-08 19:40:38 +05:30
  • 3653900e2d fix(windows): fix property access errors and scanning performance Bhadra 2026-01-08 19:33:26 +05:30
  • 3ebaeefa18 fix(windows): fix CLI argument passing for switches like -DryRun Bhadra 2026-01-08 18:08:59 +05:30
  • 230ca07c7f feat(windows): add Windows support Phase 4 - testing and CI Bhadra 2026-01-08 16:41:03 +05:30
  • 8a37f63bc7 feat(windows): add Windows support Phase 3 - TUI tools Bhadra 2026-01-08 16:18:26 +05:30
  • 6e0d850d6a feat(windows): add Windows support Phase 2 - cleanup features Bhadra 2026-01-08 15:46:45 +05:30
  • 7878f5b2d7 Merge branch 'main' into next Tw93 2026-01-08 17:24:07 +08:00
  • 137d9eaec4 chore: update contributors [skip ci] github-actions[bot] 2026-01-08 09:23:04 +00:00
  • a53b48ef3b fix(windows): fix encoding issues in PowerShell scripts Bhadra 2026-01-08 14:46:05 +05:30
  • 7a9a8c7124 Merge pull request #274 from alexandear-org/fix/golangci-lint-config Tw93 2026-01-08 17:00:33 +08:00
  • a4b5fe77cf feat(windows): add Windows support Phase 1 - core infrastructure Bhadra 2026-01-08 14:24:11 +05:30
  • 6be1915db2 1.20.0 V1.20.0 Tw93 2026-01-08 16:25:32 +08:00
  • f1de7ffd18 fix: golangci-lint config Oleksandr Redko 2026-01-08 10:14:07 +02:00
  • 5eb2edf1cd fix: resolve spinner display and Ctrl+C handling issues - fix(clean): stop spinner before safe_clean outputs results - fix(uninstall): handle Ctrl+C during application scanning Tw93 2026-01-08 16:17:39 +08:00
  • 9e7f2a87cf Repair output Tw93 2026-01-08 16:12:39 +08:00
  • 180037c22b feat(status): persist cat visibility preference - Add loadCatHidden/saveCatHidden functions - Save preference to ~/.config/mole/status_prefs - Load preference on startup Tw93 2026-01-08 15:58:50 +08:00
  • b1bb91be1f Fix the wrong test Tw93 2026-01-08 15:36:09 +08:00
  • 79a19ffbfe Go code formatting optimization Tw93 2026-01-08 15:26:35 +08:00
  • 3e4674f1e6 Merge branch 'main' of github.com:tw93/Mole Tw93 2026-01-08 14:58:41 +08:00
  • f301c671ae Improve the document Tw93 2026-01-08 14:58:36 +08:00
  • 697ad4b0e0 chore: update contributors [skip ci] github-actions[bot] 2026-01-08 06:54:58 +00:00
  • b889737e70 Merge branch 'main' of github.com:tw93/Mole Tw93 2026-01-08 14:54:37 +08:00
  • ceed508841 docs: simplify script installation instructions Tw93 2026-01-08 14:53:57 +08:00
  • e8eb29f55f chore: update contributors [skip ci] github-actions[bot] 2026-01-08 06:52:52 +00:00
  • 952f9c44ac docs: add goimports installation to setup instructions Tw93 2026-01-08 14:52:30 +08:00
  • d13ca66187 ci: install goimports for enhanced auto-formatting Tw93 2026-01-08 14:49:59 +08:00
  • 5de9724c38 Merge branch 'main' of github.com:tw93/Mole Tw93 2026-01-08 14:49:11 +08:00
  • 68c84e3bfc chore: optimize check.sh to use goimports for formatting if available Tw93 2026-01-08 14:34:26 +08:00
  • 29320ef19c chore: update contributors [skip ci] github-actions[bot] 2026-01-08 06:32:33 +00:00
  • 0cc205209c feat: add golangci-lint for Go code quality Matt Kneale 2026-01-08 14:28:03 +08:00
  • 9a3ecb7377 Merge branch 'dev' Tw93 2026-01-08 11:37:36 +08:00
  • 64a580b3a7 feat: cat hide toggle and critical fixes (#272) Tw93 2026-01-08 11:27:47 +08:00
  • 7d6d5eb8b0 Fix the issue with the IDE GoLang cache #269 Tw93 2026-01-08 10:20:04 +08:00
  • 1fccf6bcf8 Repair brew update prompts Tw93 2026-01-08 10:16:58 +08:00
  • 0d15177735 refactor: remove trimName and renderGPUCard functions Tw93 2026-01-06 21:07:51 +08:00
  • c2c589ac81 Merge pull request #264 from alexandear-org/refactor/do-not-use-deprecated-funcs Tw93 2026-01-06 21:05:10 +08:00
  • f69f53a607 refactor: complete Go modernization with strings.Lines() Tw93 2026-01-06 21:03:46 +08:00
  • 6ac19a9488 Merge pull request #265 from alexandear-org/refactor/modernize Tw93 2026-01-06 20:49:27 +08:00
  • 158af1e1ba refactor: modernize Go code Oleksandr Redko 2026-01-06 11:52:05 +02:00
  • 80757ec074 refactor: replace deprecated Start with Run Oleksandr Redko 2026-01-06 11:41:35 +02:00
  • 9343e1a9f3 Merge branch 'main' of github.com:tw93/Mole Tw93 2026-01-06 09:51:51 +08:00
  • d3f1cdd834 fix(security): allow Firefox ..files directories in path validation Tw93 2026-01-06 09:51:34 +08:00
  • 6bbe4ea67a Merge pull request #262 from tw93/dependabot/github_actions/stefanzweifel/git-auto-commit-action-7 Tw93 2026-01-06 08:33:44 +08:00
  • 62dc849751 chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 7 dependabot[bot] 2026-01-05 19:05:06 +00:00
  • 3ef44efcf9 feat: Add debug logging for installer collection and improve Homebrew installer display names by stripping hash prefixes. Tw93 2026-01-05 18:55:04 +08:00
  • 3da97c57c6 test: mock clean_ds_store_tree and UI functions in clean_misc.bats Tw93 2026-01-05 17:43:25 +08:00
  • d968cc0ab7 docs: update security audit report to v1.19.0 and add installer cleanup feature Tw93 2026-01-05 15:30:23 +08:00
  • d3bbb72a41 docs: refine README wording for improved clarity and conciseness, and add a contributors section. Tw93 2026-01-05 15:17:41 +08:00
  • f2f7e802b6 Merge pull request #257 from JackPhallen/fix/use-single-quotes-in-trap Tw93 2026-01-05 14:55:11 +08:00
  • 7dcb13dbaf chore: update contributors [skip ci] github-actions[bot] 2026-01-05 06:54:45 +00:00
  • 33a77fecef Merge pull request #254 from JackPhallen/chore/remove-unnecessary-command-check Tw93 2026-01-05 14:54:27 +08:00
  • 49cf766fdd chore: update contributors [skip ci] github-actions[bot] 2026-01-05 05:59:03 +00:00
  • 9707abc747 fix: use safe login IDs and disable name truncation in SVG Tw93 2026-01-05 13:58:35 +08:00