updated readme
This commit is contained in:
parent
70babb6440
commit
81251abf0d
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -1,3 +1,18 @@
|
||||||
# raur
|
# raur
|
||||||
|
|
||||||
AUR helper written in Rust
|
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?
|
Loading…
Reference in a new issue