Skip to content

andro404-MC/quigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quigo pass GitHub License GitHub Release

A simple Google Gemini prompt saver made using Go and 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 correct

Install :

Note

You may wait until the GitHub workflow releases; the current ones are released manually.

Window :

Just run 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

$ git clone https://github.com/andro404-MC/quigo-gui
$ cd quigo-gui

// Run
$ go run .

// Build
$ go Build .

// Install
$ go install .

Usage :

If the path is set up correctly, you can just run:

$ quigo-gui

Note

You need to get an API key from aistudio

Todo :

  • Provide a way to add/remove prompts.