From f1ad1cbe190c9d3c90f172648ad692a68094f902 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Sat, 31 Aug 2024 01:53:30 -0400 Subject: [PATCH] added roadmap to readme --- readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a775f99..1fbca59 100644 --- a/readme.md +++ b/readme.md @@ -11,4 +11,16 @@ curl ### 8-31-24 -Version 0.1 - compiles with ```gcc -o caur src/main.c```, currently will run ```sudo pacman -Syu``` just running, ```./caur```. Currently will *only* download the archive of the package when you specify a package name. \ No newline at end of file +Version 0.1 - compiles with ```gcc -o caur src/main.c```, currently will run ```sudo pacman -Syu``` just running, ```./caur```. Currently will *only* download the archive of the package when you specify a package name. + +### Roadmap: + +[]Implement help/man page. +[]Implement solo features (download, build, install) as their own switch +[]Implement package installation. +[]Implement package removal. +[]Search for packages in both standard Arch repos and the AUR. +[]Add cleanup options for build dependencies. +[]Include a feature to clear the package cache. +[]List installed packages by name and count. +[]Refactor code to be modular, with each function in its own file. \ No newline at end of file