Skip to content

A collection of community created scripts to automate your life

License

Notifications You must be signed in to change notification settings

edmondas/automations

 
 

Repository files navigation

Automations

A collection of community created scripts to automate your life

AI CLI

Use LLMs to generate terminal commands from natural language queries.

Installation

  • pip install groq
  • pip install ollama
  • set GROQ_API_KEY
  • set FAST_OLLAMA_MODEL to your fast Ollama model of choice

Options

  • Can use --service to select between groq and ollama
  • Can use --model to select a model

AI Commit

Use LLMs to generate your commit messages.

Installation

Requires

  • pip install groq
  • pip install ollama
  • set GROQ_API_KEY
  • set FAST_OLLAMA_MODEL to your fast Ollama model of choice

Options

  • Local by default
  • Use Groq with --groq
  • Arrow keys by default
  • Use Vim keys with --vim
  • Use number selection with --num
  • Use --max_chars=X to set up the commit message length (default is 75 chars)

About

A collection of community created scripts to automate your life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%