From 81251abf0d7627a717da6cf6fe0ac324a5e05f5a Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Thu, 12 Sep 2024 01:02:39 -0400 Subject: [PATCH] updated readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb202a..3f9c84b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # raur -AUR helper written in Rust \ No newline at end of file +AUR helper written in Rust. Uses aurweb RPC interface to interact with AUR and [aur-rs](https://crates.io/crates/aur-rs) crate (so far). + +## Development + +This is a hobby project that I'm building as I learn Rust. I'm open to contributions, but please keep in mind that I'm still learning and I might not be able to review your PRs in a timely manner. I also realize this is on a private git server and no one will ever see this. Fuck GitHub. + +## Roadmap +- [x] Searches +- [ ] Download PKGBUILD +- [ ] Create build directory/cache +- [ ] Install packages +- [ ] Update packages +- [ ] Remove packages +- [ ] Dependency resolution +- [ ] User-friendly CLI +- [ ] Maybe have some pacman flag options? \ No newline at end of file