diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-07-28 10:23:56 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-07-28 10:23:56 +0100 |
| commit | e861c5d78c446109cf8e2ac022e89b79058d20a1 (patch) | |
| tree | 891bd9035f8ea944829f02538cce1adce8fb5dfc /README.md | |
| parent | ae0c7e1ce7d21e1737f7fc2a2838f4b1f9cc8d1d (diff) | |
📚docs: add project README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ee4327 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Zap-rs + +AppImage package manager inspired by [zap](https://github.com/srevinsaju/zap), but in Rust. + +## Install + +```bash +cargo install --git https://github.com/ndpm13/zap-rs +``` + +## Usage + +```bash +# Install from URL +zap-rs install --from https://f.sed.lol/wow.AppImage wow + +# Remove +zap-rs rm neovim +``` + +Creates symlinks in `~/.local/bin` so you can just run the apps directly. Be sure to have it included in your `$PATH` env var. + +## Development Status + +This is me figuring out Rust and messing around with async stuff. Code changes a lot. If you want something stable or need major features, probably better to fork this or just use [zap](https://github.com/srevinsaju/zap). + +## Acknowledgments + +- [zap](https://github.com/srevinsaju/zap) - The original AppImage package manager that inspired this project +- The Rust community for excellent crates like `clap`, `tokio`, and `indicatif` + +## License + +MIT License - see LICENSE file for details. |
