From 851e6638b1d078867ba4d3ef1111f8de634fb48d Mon Sep 17 00:00:00 2001 From: tour Date: Mon, 29 Dec 2025 17:32:27 +0100 Subject: [PATCH 1/2] Update src/finish.py --- src/finish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finish.py b/src/finish.py index 4d337b3..860915b 100755 --- a/src/finish.py +++ b/src/finish.py @@ -376,7 +376,7 @@ bind -x '"\\e\\\\": _finish_complete' if marker in text: return rc.write_text(text + "\n" + snippet) - console.print("[green]Key-binding installed (Alt+\\)[/] – restart your shell.") + console.print("[green]Key-binding installed (Alt+\\)[/] - restart your shell.") def main(): # Handle readline-complete flag before argparse (for bash bind -x) From 45615c6a2f7515c897a1a805724bf059fabc0715 Mon Sep 17 00:00:00 2001 From: tour Date: Mon, 29 Dec 2025 17:32:52 +0100 Subject: [PATCH 2/2] Update src/finish.py --- src/finish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finish.py b/src/finish.py index 860915b..f6bbe9d 100755 --- a/src/finish.py +++ b/src/finish.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -finish.py – AI shell completions that never leave your machine. +finish.py - AI shell completions that never leave your machine. """ from __future__ import annotations import hashlib