first commit
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:02:03 +01:00
commit 24d36cbad4
27 changed files with 2781 additions and 0 deletions

24
debian/control vendored Normal file
View File

@@ -0,0 +1,24 @@
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.