typo fix
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Tests / test (bash) (push) Has been cancelled
Tests / test (zsh) (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / docker (push) Has been cancelled

This commit is contained in:
2025-12-02 09:17:23 +01:00
parent d17fcf3049
commit 2ba8f0a496
16 changed files with 110 additions and 110 deletions

View File

@@ -1,4 +1,4 @@
# inish .sh
# finish.sh
Command-line completion powered by local LLMs. Press `Tab` twice and get intelligent suggestions based on your terminal context.
@@ -25,7 +25,7 @@ See [Installation](#installation) below for package managers, Docker, and more o
## What It Does
inish .sh enhances your terminal with context-aware command suggestions. It analyzes:
finish.sh enhances your terminal with context-aware command suggestions. It analyzes:
- Current directory and recent files
- Command history
@@ -129,7 +129,7 @@ source ~/.bashrc
### Docker
Run inish .sh in a container:
Run finish.sh in a container:
```bash
# Build the image
@@ -173,16 +173,16 @@ source ~/.bashrc
## Directory Structure
```
~/.inish /
~/.finish/
├── config # Configuration file
├── inish .log # Usage log
├── finish.log # Usage log
└── cache/ # Cached completions
```
## Commands
```bash
finish install # Set up inish
finish install # Set up finish
finish remove # Uninstall
finish config # Show/edit configuration
finish model # Select model
@@ -201,7 +201,7 @@ Currently supports:
- **LM-Studio** (default) - Local models via OpenAI-compatible API
- **Ollama** - Local models via Ollama API
Add custom providers by editing `inish .sh` and adding entries to `_inish _modellist`.
Add custom providers by editing `finish.sh` and adding entries to `_finish_modellist`.
## Development
@@ -212,7 +212,7 @@ Clone and link for development:
```bash
git clone https://git.appmodel.nl/Tour/finish.git finish
cd finish
ln -s $PWD/inish .sh $HOME/.local/bin/finish
ln -s $PWD/finish.sh $HOME/.local/bin/finish
finish install
```
@@ -262,7 +262,7 @@ docker-compose build
### Creating a Release
1. Update version in `inish .sh` (ACSH_VERSION)
1. Update version in `finish.sh` (ACSH_VERSION)
2. Update version in `debian/changelog`
3. Update version in `homebrew/finish.rb`
4. Create and push a git tag: