|
1 | 1 | # xfetch Roadmap |
2 | 2 |
|
3 | | -## Phase 1 · Foundation & Core |
4 | | -<!-- phase:phase-1:foundation --> |
| 3 | +## Phase 0 · Foundation & Core |
| 4 | +<!-- phase:phase-0:foundation --> |
5 | 5 |
|
6 | 6 | - [x] Initialize Rust project with dependencies |
7 | 7 | - [x] Implement cross-platform OS detection (Linux, Windows, macOS) |
8 | 8 | - [x] Create system information gathering module |
9 | 9 | - [x] Implement configuration system with JSONC support |
10 | 10 | - [x] Build UI rendering engine with crossterm |
11 | 11 |
|
12 | | -## Phase 2 · System Information Modules |
13 | | -<!-- phase:phase-2:system-modules --> |
| 12 | +## Phase 1 · System Information Modules |
| 13 | +<!-- phase:phase-1:system-modules --> |
14 | 14 |
|
15 | 15 | - [x] OS Name & Architecture display |
16 | 16 | - [x] Kernel version detection |
|
26 | 26 | - [x] Package count for multiple managers (pacman, dpkg, scoop) |
27 | 27 | - [x] Desktop Environment / Window Manager detection |
28 | 28 |
|
29 | | -## Phase 3 · Visual Customization & Layouts |
30 | | -<!-- phase:phase-3:visual-features --> |
| 29 | +## Phase 2 · Visual Customization & Layouts |
| 30 | +<!-- phase:phase-2:visual-features --> |
31 | 31 |
|
32 | 32 | - [x] Custom ASCII art support from text files |
33 | 33 | - [x] Image/SVG logo support via viuer |
|
41 | 41 | - [x] Section layout for grouped information |
42 | 42 | - [x] Color palette display with style options |
43 | 43 |
|
44 | | -## Phase 4 · Documentation & Examples |
45 | | -<!-- phase:phase-4:documentation --> |
| 44 | +## Phase 3 · Documentation & Examples |
| 45 | +<!-- phase:phase-3:documentation --> |
46 | 46 |
|
47 | 47 | - [x] Installation guide (INSTALLATION.md) |
48 | 48 | - [x] Configuration guide (CONFIGURATION.md) |
|
53 | 53 | - [x] Setup uninstallation scripts |
54 | 54 | - [x] Layout documentation (LAYOUTS.md) |
55 | 55 |
|
56 | | -## Phase 5 · Package Manager Expansion |
57 | | -<!-- phase:phase-5:package-managers --> |
| 56 | +## Phase 4 · Package Manager Expansion |
| 57 | +<!-- phase:phase-4:package-managers --> |
58 | 58 |
|
59 | 59 | - [ ] Add RPM package manager support (Fedora, RHEL) |
60 | 60 | - [ ] Add APK package manager support (Alpine) |
|
64 | 64 | - [ ] Detect multiple installed package managers |
65 | 65 | - [/] Optimize package count detection performance |
66 | 66 |
|
67 | | -## Phase 6 · Network & Connectivity |
68 | | -<!-- phase:phase-6:network --> |
| 67 | +## Phase 5 · Network & Connectivity |
| 68 | +<!-- phase:phase-5:network --> |
69 | 69 |
|
70 | 70 | - [ ] Implement local IP address detection |
71 | 71 | - [ ] Fetch public IP address (with privacy option) |
72 | 72 | - [ ] Add IPv6 support |
73 | 73 | - [ ] Display network interface information |
74 | 74 | - [ ] Add option to disable IP fetching for privacy |
75 | 75 |
|
76 | | -## Phase 7 · Enhanced Modules |
77 | | -<!-- phase:phase-7:enhanced-modules --> |
| 76 | +## Phase 6 · Enhanced Modules |
| 77 | +<!-- phase:phase-6:enhanced-modules --> |
78 | 78 |
|
79 | 79 | - [ ] Implement music player integration (MPD support) |
80 | 80 | - [ ] Add Spotify current track display |
|
84 | 84 | - [ ] Add display resolution and refresh rate |
85 | 85 | - [ ] Add theme and color scheme detection |
86 | 86 |
|
87 | | -## Phase 8 · Additional Layouts |
88 | | -<!-- phase:phase-8:additional-layouts --> |
| 87 | +## Phase 7 · Additional Layouts |
| 88 | +<!-- phase:phase-7:additional-layouts --> |
89 | 89 |
|
90 | 90 | - [ ] Implement compact layout for minimal output |
91 | 91 | - [ ] Implement horizontal layout variant |
92 | 92 | - [ ] Implement bottom layout with logo below info |
93 | 93 | - [ ] Implement minimal layout (text-only) |
94 | 94 | - [ ] Add layout preview documentation |
95 | 95 |
|
96 | | -## Phase 9 · Performance Optimization |
97 | | -<!-- phase:phase-9:performance --> |
| 96 | +## Phase 8 · Performance Optimization |
| 97 | +<!-- phase:phase-8:performance --> |
98 | 98 |
|
99 | 99 | - [ ] Parallelize slow hardware probes |
100 | 100 | - [ ] Implement caching for module data |
101 | 101 | - [ ] Optimize GPU detection for multi-GPU systems |
102 | 102 | - [ ] Add lazy loading for optional modules |
103 | 103 | - [ ] Benchmark and profile performance |
104 | 104 |
|
105 | | -## Phase 10 · CI/CD & Distribution |
106 | | -<!-- phase:phase-10:cicd --> |
| 105 | +## Phase 9 · CI/CD & Distribution |
| 106 | +<!-- phase:phase-9:cicd --> |
107 | 107 |
|
108 | 108 | - [ ] Setup GitHub Actions for automated builds |
109 | 109 | - [ ] Create binary releases for Linux x86_64 |
|
114 | 114 | - [ ] Setup PyPI or cargo registry for distribution |
115 | 115 | - [ ] Setup automated changelog generation |
116 | 116 |
|
117 | | -## Phase 11 · Community & Ecosystem |
118 | | -<!-- phase:phase-11:ecosystem --> |
| 117 | +## Phase 10 · Community & Ecosystem |
| 118 | +<!-- phase:phase-10:ecosystem --> |
119 | 119 |
|
120 | 120 | - [ ] Create themes repository / registry |
121 | 121 | - [ ] Implement theme download manager |
|
126 | 126 | - [ ] Setup community issue templates |
127 | 127 | - [ ] Create contribution guidelines (CONTRIBUTING.md) |
128 | 128 |
|
129 | | -## Phase 12 · Testing & Quality Assurance |
130 | | -<!-- phase:phase-12:testing --> |
| 129 | +## Phase 11 · Testing & Quality Assurance |
| 130 | +<!-- phase:phase-11:testing --> |
131 | 131 |
|
132 | 132 | - [ ] Implement unit tests for info module |
133 | 133 | - [ ] Implement unit tests for config module |
|
138 | 138 | - [ ] Add cross-platform testing suite |
139 | 139 | - [ ] Setup code coverage reporting |
140 | 140 |
|
141 | | -## Phase 13 · Advanced Features |
142 | | -<!-- phase:phase-13:advanced --> |
| 141 | +## Phase 12 · Advanced Features |
| 142 | +<!-- phase:phase-12:advanced --> |
143 | 143 |
|
144 | 144 | - [ ] Implement custom module scripting language / support |
145 | 145 | - [ ] Add conditional module display based on system state |
|
150 | 150 | - [ ] Implement telemetry (optional, privacy-respecting) |
151 | 151 | - [ ] Add accessibility features (high contrast themes) |
152 | 152 |
|
153 | | -## Phase 14 · Documentation & Marketing |
154 | | -<!-- phase:phase-14:marketing --> |
| 153 | +## Phase 13 · Documentation & Marketing |
| 154 | +<!-- phase:phase-13:marketing --> |
155 | 155 |
|
156 | 156 | - [ ] Create comprehensive user manual |
157 | 157 | - [ ] Create video tutorials |
|
0 commit comments