An open API service indexing awesome lists of open source software.

https://github.com/caglarkabaca/brewui

simple ui for Homebrew package manager powered by Tauri and Vue.
https://github.com/caglarkabaca/brewui

brew homebrew rust tauri typescript vue

Last synced: 24 days ago
JSON representation

simple ui for Homebrew package manager powered by Tauri and Vue.

Awesome Lists containing this project

README

        

# brewui

Simple UI for Homebrew package manager powered by Tauri and Vue.

> This project is actually my first project using Tauri and Vue, and i can't say that I am very good at Rust and **especially** in Typescript, but I think I did a pretty good job for the first time.
Since it's written in Rust, you might think it's **blazingly fast** but unfortunately it isn't :( . One day it will though.

## Build

Just download the source and run with **npm** that should be enough.

## Screenshots

### Main Menu
![alt text](./brewui-assets/main.png)

### Info Menu
![alt text](./brewui-assets/info.png)

### Installing
![alt text](./brewui-assets/install.png)

### Updating
![alt text](./brewui-assets/update.png)

### Uninstalling
![alt text](./brewui-assets/uninstall.png)