typo fix
This commit is contained in:
18
README.md
18
README.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user