@duyxyz/saca 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (7) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +38 -38
  3. package/bin/cli.js +315 -315
  4. package/lib/adb.js +156 -156
  5. package/lib/state.js +144 -144
  6. package/lib/ui.js +205 -205
  7. package/package.json +50 -50
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 duyxyz
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 duyxyz
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,38 +1,38 @@
1
- # SACA (System Adb Cleaner Assistant)
2
-
3
- **SACA** is a high-performance, full-screen TUI tool to quickly uninstall Android bloatware via ADB.
4
-
5
-
6
- ## Get Started
7
-
8
- Run instantly with npx
9
- ```bash
10
- npx @duyxyz/saca
11
- ```
12
-
13
- Install globally with npm
14
- ```bash
15
- npm install -g @duyxyz/saca
16
- ```
17
-
18
- Uninstall global package
19
- ```bash
20
- npm uninstall -g @duyxyz/saca
21
- ```
22
-
23
-
24
- ## Controls
25
-
26
- - **Arrows / Tab**: Navigate & Switch Panes
27
- - **Space**: Select Apps
28
- - **Enter**: Uninstall
29
- - **Esc**: Clear Filter / Back
30
- - **Ctrl + Q**: Quit
31
-
32
-
33
-
34
- ## Requirements
35
- - **Node.js** ≥ 18
36
- - **ADB** installed and in PATH
37
- - **USB Debugging** enabled on your device
38
-
1
+ # SACA (System Adb Cleaner Assistant)
2
+
3
+ **SACA** is a high-performance, full-screen TUI tool to quickly uninstall Android bloatware via ADB.
4
+
5
+
6
+ ## Get Started
7
+
8
+ Run instantly with npx
9
+ ```bash
10
+ npx @duyxyz/saca
11
+ ```
12
+
13
+ Install globally with npm
14
+ ```bash
15
+ npm install -g @duyxyz/saca
16
+ ```
17
+
18
+ Uninstall global package
19
+ ```bash
20
+ npm uninstall -g @duyxyz/saca
21
+ ```
22
+
23
+
24
+ ## Controls
25
+
26
+ - **Arrows / Tab**: Navigate & Switch Panes
27
+ - **Space**: Select Apps
28
+ - **Enter**: Uninstall
29
+ - **Esc**: Clear Filter / Back
30
+ - **Ctrl + Q**: Quit
31
+
32
+
33
+
34
+ ## Requirements
35
+ - **Node.js** ≥ 18
36
+ - **ADB** installed and in PATH
37
+ - **USB Debugging** enabled on your device
38
+