Skip to content

patchy-oss/helpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helpp

helpp - a CLI tool that helps you work without leaving your terminal

Usage

helpp how do write a file from cli
helpp "How do I convert webm to mp4 using ffmpeg?"
helpp golang how do i open a file

Dependencies

This program uses Google Gemini as a backend for user queries and requires an API key. You can obtain the key here.

How to install (linux & mac)

First, you need to build the program:

go mod tidy
go build

After that, you need to install it and set the appropriate ENV variables in the confg file:

go install
# helpp sets up the initial configs for you on the first run
helpp
# set the API key and (optionally) change the model
$EDITOR $HOME/.config/helpp/env

About

helpp - a CLI tool that helps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages