bquick 0.2.0

Quick software installer for Windows via PowerShell/Chocolatey
<h1 align="center">🚀 BQuick</h1>

<p align="center">
  <a href="https://microsoft.com/windows">
    <img src="https://img.shields.io/badge/Windows-10%2F11-0078d4?style=flat&logo=windows&logoColor=white" />
  </a>
  <a href="https://www.rust-lang.org/">
    <img src="https://img.shields.io/badge/Rust-1.70%2B-orange?style=flat&logo=rust&logoColor=white" />
  </a>
  <a href="https://crates.io/crates/bquick">
    <img src="https://img.shields.io/badge/Crates.io-v0.1.0-blue?logo=rust&logoColor=white" />
  </a>
  <a href="LICENSE">
    <img src="https://img.shields.io/badge/License-MIT-blue?logo=github" />
  </a>
</p>

<p align="center">
  <b>Professional Windows Software Installer</b><br>
  Simplifies app management with <b>WinGet</b> & <b>Chocolatey</b> in one clean interface.
</p>

---

## ✨ Features


- ⚡ Dual package managers (WinGet & Chocolatey)
- 🔍 Fuzzy search & filtering
- đŸ–Ĩī¸ Intuitive terminal UI
- đŸ“Ļ Batch operations for multiple installs
- đŸŽ¯ Curated list of **150+ essential applications**

---

## đŸ“Ĩ Installation


### ⚡ Quick Install


Run in an **elevated PowerShell**:

```powershell
# Download the installer

curl -L -o install.bat https://raw.githubusercontent.com/linux-brat/bquick/master/install.bat

# Run the installer (Right-click → Run as Administrator recommended)

Start-Process install.bat -Verb RunAs
```

### đŸĻ€ Manual Install (via Rust)


```bash
cargo install bquick
```

---

## đŸ•šī¸ Usage


Launch the app:

```bash
bquick
```

### Controls:


- âŦ†âŦ‡ / `j-k` → Navigate
- âŖ Space → Select
- ⏎ Enter → Install
- ❌ Q → Quit

---

## 📂 Categories


| 🌐 Browsers | đŸ’ģ Development | đŸŽŦ Media  | đŸ› ī¸ Utilities  |
| ----------- | -------------- | --------- | ------------- |
| Chrome      | VS Code        | VLC       | 7-Zip         |
| Firefox     | IntelliJ       | OBS       | PowerToys     |
| Edge        | Docker         | GIMP      | CCleaner      |
| Brave       | Git            | Audacity  | Wireshark     |
| Vivaldi     | Python         | HandBrake | CPU-Z         |
| Tor Browser | Node.js        | Krita     | TreeSize Free |

More check app list - [Click Me](App-List.txt)

---

## 🤝 Contribution


Contributions are welcome!
Fork this repo, edit `src/categories` to add software, and submit a PR 🚀

---

## 📜 License


Licensed under **MIT** — see [LICENSE](./LICENSE) for details.

---

## 📸 Screenshots


| Main UI                           | Installation Progress                           |
| --------------------------------- | ----------------------------------------------- |
| ![Main UI]./screenshots/ss2.png | ![Installation Progress]./screenshots/ss1.png |

| App List                           | Completed Installs                           |
| ---------------------------------- | -------------------------------------------- |
| ![App List]./screenshots/ss3.png | ![Completed Installs]./screenshots/ss4.png |