A simple Google Gemini prompt saver made using Go and fyne.
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 ready soon.
Important
You will need to get an API key from aistudio
Note
You may want to hold on until I figure out how to setupe GitHub releases using GitHub actions, the current ones are released manually.
Just run the release executable.
- Download the the release tarball
- Make a folder for the archive
- Extract it using:
tar xf quigo-gui-linux-x86-64.tar.xz -C path/to/folder
cd
to the foldersudo make install
for system-widemake user-install
for user (~/.local/bin/)To uninstall just go to the same folder and run
sudo make uninstall
oruser-uninstall
for user intall
You need a to have
GOPATH
added toPATH
$ git clone https://github.com/andro404-MC/quigo-gui
$ cd quigo-gui
// Run
$ go run .
// Build
$ go Build .
- Provide a way to add/remove prompts.