ollama-bash-command-error

Crates.ioollama-bash-command-error
lib.rsollama-bash-command-error
version0.1.0
sourcesrc
created_at2024-01-21 07:58:51.319262
updated_at2024-01-21 07:58:51.319262
descriptionMake a call to Ollama when you mis-spell a bash command
homepage
repository
max_upload_size
id1107413
size35,865
Akemi Izuko (Aizuko)

documentation

README

Ollama for your bash terminal!

This is a silly repository providing fun feedback from a local LLM right in your bash terminal.

Australian Ollama telling the user to fix their bash
command

Setup

Requirements:

  • Bash
  • Rust
  • Ollama (optionally any LLM backend)

You will need to install and run Ollama. Using other backends with a REST API should be pretty easy, just modify the request in main.rs. It'll work with Ollama out of the box.

Next run the install script:

bash install.sh

Now source .bashrc and type a wrong command!

Commit count: 0

cargo fmt