Skip to content

Commit

Permalink
rename + more README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andro404-MC committed May 12, 2024
1 parent 1597f2a commit b74b241
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
45 changes: 29 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,38 @@
<p align="center">
<img
src="https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white"
/>
<img
src="https://img.shields.io/badge/Gemini-8E75B2?style=for-the-badge&logo=googlebard&logoColor=fff"
/><br />
<img
src="https://github.com/andro404-MC/quigo-gui/actions/workflows/test.yml/badge.svg"
/>
</p>

# Quigo-gui

A simple Google Gemini prompter made with [fyne](https://github.com/fyne-io/fyne/) and the Power of Go.
# Quigo ![pass](https://github.com/andro404-MC/quigo-gui/actions/workflows/test.yml/badge.svg)

A simple Google Gemini prompt saver made using Go and [fyne](https://github.com/fyne-io/fyne/).

## Why does this exist ?

Well, it's just not efficient copying those long prompts every time from that text file to get an acceptable response from an AI. This app started as a CLI since it was so fast and efficient, being able to just copy and get an instant response, but my friends wanted a GUI interface since not everyone uses a tiling window manager.

> [!NOTE]
> The CLI version will be soon.
### Screenshots

![main](asset/Screenshot_2024-05-12-12-12-04_1366x768.png)
![correct](asset/Screenshot_2024-05-12-12-17-14_1366x768.png)

## Build :
## Install :

> [!NOTE]
> You may wait until the GitHub workflow releases; the current ones are released manually.
#### Window :

- Just install the release executable.

#### Linux :

1. Download the the release tarball
2. Make a folder for the archive
3. Extract it using: `tar xf quigo-gui-linux-x86-64.tar.xz -C path/to/folder`
4. `cd` to the folder
5. `sudo make install`
> To uninstall just go to the same folder and run `sudo make uninstall`
## Build from source :

> You need a to have `GOPATH` added to `PATH`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module quigo-gui
module quigo

go 1.22.3

Expand Down

0 comments on commit b74b241

Please sign in to comment.