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
Tw93
095921fd24
ci: update BATS_FORMATTER to tap in test workflow.
2026-01-03 13:46:08 +08:00
Tw93
c4df04ff4f
test: remove obsolete environment variable tests
2026-01-03 13:44:55 +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
a57cd22abf
chore: improve CI stability and add edge install support
2026-01-03 13:34:39 +08:00
Tw93
dfffe0b6fb
chore: improve CI stability and add edge install support
2026-01-03 13:34:27 +08:00
Tw93
f98aab6840
refactor: simplify configuration by removing unused environment variables
2026-01-03 13:34:19 +08:00
Tw93
da7bb2cde2
feat: add screen refresh rate display in status view
2026-01-03 13:33:49 +08:00
Tw93
5c1e3a939d
Adds iterative empty directory cleanup and smart Edge Updater version management.
2026-01-03 13:32:07 +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
Tw93
3cb21aad7e
refactor: improve brew cleanup timeout handling and remove app_caches, clean_extras, and optimize_core tests.
2026-01-03 12:53:31 +08:00
Tw93
ac5c0e3c9d
fix: Add Library directory existence check to clean script and enhance test script for bats version compatibility.
2026-01-03 12:30:53 +08:00
Tw93
4aab7890c3
Remove VSCode Swift configurations, update .gitignore for build and test artifacts, and improve clean and test script robustness.
2026-01-03 12:30:26 +08:00
Tw93
4aef2de0fc
refactor: Consolidate and refactor test suite by removing redundant files and simplifying test execution.
2026-01-03 12:04:57 +08:00
Tw93
f5a8adb97e
feat: implement empty Library directory cleanup and Android NDK version check.
2026-01-03 09:41:05 +08:00
Tw93
a0be298bfc
Support the installation of dev branche
2026-01-03 09:40:53 +08:00
Tw93
8f388ace46
Merge branch 'main' into dev
2026-01-02 20:06:59 +08:00
Tw93
87963f9e68
chore: auto format code
2026-01-02 11:59:49 +00:00
Tw93
57024f6417
Merge branch 'main' of github.com:tw93/Mole
V1.18.0
2026-01-02 19:59:13 +08:00
Tw93
cc0cbef8d9
feat: display macOS battery capacity and cached memory, and refine status view presentation
2026-01-02 19:59:07 +08:00
Tw93
ecbe43fa35
chore: auto format code
2026-01-02 11:27:06 +00:00
Tw93
6c8c87bef6
refactor: remove Christmas seasonal feature
2026-01-02 19:26:22 +08:00
Tw93
115e2d3ef1
1.18.0
2026-01-02 19:17:49 +08:00
Tw93
2462968731
chore: clarify workflow test job name to Unit & Integration Tests
2026-01-02 19:16:52 +08:00
Tw93
f7f7fbab98
chore: remove Mac client code and sync gitignore with main
2026-01-02 19:13:47 +08:00
Tw93
1ee64aff33
Merge main into dev (resolve conflict in .gitignore)
2026-01-02 19:13:03 +08:00
Tw93
d701519310
refactor: simplify pnpm environment variable handling in clean script
2026-01-02 19:10:20 +08:00
Tw93
910e79df4e
feat: Improve clean command's regex handling and pnpm cache cleaning, enhance test output, update completion descriptions, and clarify installation instructions.
2026-01-02 18:50:42 +08:00
Tw93
09286f8ff9
Merge PR #231 : fix(purge): use regex OR pattern for fd
2026-01-02 18:29:36 +08:00
Tw93
f85f40b67c
Merge branch 'main' of github.com:tw93/Mole
2026-01-02 17:47:55 +08:00
Jack Phallen
5e7f276722
fix(purge): use regex OR pattern instead of multiple -g flags for fd
2026-01-01 22:45:30 -08:00
Tw93
1923a6bf2f
chore: Add shellcheck directives and consolidate file writes.
2026-01-02 10:14:36 +08:00
Tw93
78ded00847
chore: auto format code
2026-01-02 01:56:20 +00:00
Tw93
88f434f01a
feat: Add browser version cleanup tests, enhance shell completion with new tests, and introduce core command definitions.
2026-01-02 09:55:42 +08:00
Tw93
9a055ece6c
Merge pull request #228 from jjmartres/feature/shell-completion
...
feat: add shell completion script
2026-01-02 08:23:05 +08:00
Jean-Jacques Martrès
6c93f9a0e9
🐛 fix(code formatting): use spaces not tabs
2026-01-01 18:30:18 +01:00
Tw93
23ffafc415
feat: add Microsoft Edge old version cleanup and improve vendor directory protection logic.
2026-01-02 00:29:58 +08:00
Tw93
64a9946483
feat: add unit tests for project root detection and vendor directory protection logic
2026-01-02 00:07:10 +08:00
Tw93
a671c63401
feat: smart vendor directory handling in purge
...
- Only clean PHP Composer vendor (regeneratable)
- Protect Rails, Go, and unknown vendor directories
- Enhanced test coverage for all scenarios
Builds on PR #229 with improved multi-language support
2026-01-02 00:03:17 +08:00
Tw93
70f427d861
Merge PR #229 : Skip Rails vendor during purge
2026-01-02 00:00:12 +08:00
Jalen Yan
9e84883de5
fix: skip Rails vendor during purge
2026-01-01 23:37:02 +08:00
Jean-Jacques Martrès
553bd47127
feat: add shell completion script
...
This commit introduces a new `completion` command that provides shell
completion for bash, zsh, and fish.
The completion is implemented as a shell script in `bin/completion.sh`
and the main `mole` script has been updated to use it.
This approach was chosen to keep the completion logic in shell script,
as the `mole` command is primarily a set of shell scripts.
2026-01-01 15:27:23 +01:00
Tw93
7d125e1a95
Merge branch 'main' of github.com:tw93/Mole
2026-01-01 13:48:13 +08:00
Tw93
b64f7df357
feat: add Zig build artifacts and project files to cleanup script.
2026-01-01 13:48:08 +08:00
Tw93
b66102baac
Merge pull request #226 from LmanTW/main
...
Add support for cleaning up Zig projects
2026-01-01 13:46:33 +08:00
LmanTW
40cfc363f2
feat: add support for cleaning up Zig projects
2026-01-01 13:08:57 +08:00
Tw93
f53d440bb8
feat: Add Chrome old versions cleanup and whitelist Poetry virtualenvs from cleaning.
2026-01-01 10:26:59 +08:00
Tw93
2bede99e94
fix: enhance local snapshot warning and improve disk space calculation for macOS
2026-01-01 10:12:43 +08:00