Get helpful advice from a llama for your bash needs
  • Rust 77.7%
  • Shell 22.3%
Find a file
2024-01-21 12:39:03 -07:00
src Init 2024-01-21 00:22:24 -07:00
.gitignore Init 2024-01-21 00:22:24 -07:00
Cargo.toml Update cargo.toml for package 2024-01-21 00:57:05 -07:00
install.sh Cleanup install script 2024-01-21 12:39:03 -07:00
README.md Add example image to readme 2024-01-21 00:44:20 -07:00

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!