25 lines
933 B
Plaintext
25 lines
933 B
Plaintext
Source: finish
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: finishte.sh Contributors <noreply@finishte.sh>
|
|
Build-Depends: debhelper (>= 10)
|
|
Standards-Version: 4.5.0
|
|
Homepage: https://git.appmodel.nl/Tour/finish/finish
|
|
Vcs-Git: https://git.appmodel.nl/Tour/finish.git
|
|
|
|
Package: finish
|
|
Architecture: all
|
|
Depends: bash (>= 4.0) | zsh (>= 5.0), curl, jq, bc, bash-completion
|
|
Recommends: lm-studio | ollama
|
|
Description: LLM-powered command-line finishtion
|
|
finishte.sh enhances your terminal with context-aware command suggestions
|
|
using local large language models. Features include:
|
|
.
|
|
* Local-first operation with LM-Studio or Ollama
|
|
* Context-aware suggestions based on command history and environment
|
|
* Intelligent caching for instant responses
|
|
* Support for multiple LLM providers
|
|
* Privacy-focused - no data leaves your machine by default
|
|
.
|
|
Simply press Tab twice to get intelligent command suggestions powered by AI.
|