mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
76f8e6438b
* Removes docs and mentions on readme * Update README.md * Update README.md Co-authored-by: Adam Perkowski <adas1per@protonmail.com> * Update linutil.yml * Delete xtask.yml * Update preview.yml * Update README.md --------- Co-authored-by: Chris Titus <contact@christitus.com> Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
29 lines
972 B
Markdown
29 lines
972 B
Markdown
# Roadmap
|
|
|
|
## Vision
|
|
- To simplify linux tasks for all users for all distributions; Easily, efficiently, and effortlessly.
|
|
|
|
## Goals
|
|
- [ ] Focus on tasks that take time in Linux and automate them. (Example: Removing a user, adding a user, etc. - but mostly BASH scripts with POSIX compliance.)
|
|
- [x] Remove Binary linutil from being tracked in git and make it a github action.
|
|
- [ ] Document every function and feature of linutil. (Preview panel description addition)
|
|
- [x] Create a discord server for linutil and invite the community.
|
|
- [x] Power Optimizations for Laptops
|
|
|
|
## Milestones
|
|
### Q4 2024
|
|
- [x] Finish the foundation of the project's CLI
|
|
- [x] Implement CLI arguments and configuration support
|
|
- [x] Add an option for logging script executions
|
|
|
|
### Q1 2025
|
|
- [ ] GUI Brainstorming and Planning
|
|
- [ ] Basic GUI Implementation
|
|
|
|
### Q2 2025
|
|
- [ ] Full GUI Implementation
|
|
|
|
## Community Feedback
|
|
- Encourage community input and suggestions for future development.
|
|
|