feat: Dynamic package registry

This commit is contained in:
2026-06-20 19:05:20 +05:30
parent bad324a5cd
commit e658d6d375
20 changed files with 210 additions and 53 deletions

View File

@@ -58,6 +58,12 @@ To bypass the editor and install the tool directly using the `ware` command, app
b ware nvim -y
```
To list all available installer tools and their descriptions, run the `ware` (or `bware`) command without any arguments:
```bash
b ware
```
You can also edit configurations located in your `~/.config/` directory by running:
```bash