From 804a499754f5fec2db465effb174448d924e344e Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 7 May 2026 17:42:30 +0200 Subject: rename mkhintfile.sh to mkhint, add --delete/-d option - Rename script and completion file to mkhint/mkhint.bash-completion - Add --delete/-d flag to remove one or more hint files (and .bak if present) - Fix bash completion: correct hint_dir path, use find for nested .info files, add --delete completion, add flag name completion - Update all references in CLAUDE.md, README.md, and source files Co-Authored-By: Claude Sonnet 4.6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5d04899..ffb5f85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mkhintfile.sh +# mkhint Manage hint files for slackrepo scripts. Updates version strings and download checksums, or creates new hint files from repository .info files. @@ -7,18 +7,18 @@ Manage hint files for slackrepo scripts. Updates version strings and download ch ### Script ```bash -sudo cp mkhintfile.sh /usr/local/bin/mkhintfile +sudo cp mkhint /usr/local/bin/mkhint ``` ### Bash Completion ```bash -sudo cp mkhintfile.bash-completion /etc/bash-completion.d/mkhintfile +sudo cp mkhint.bash-completion /etc/bash-completion.d/mkhint ``` ### Configuration -Edit the paths at the top of mkhintfile.sh to match your setup: +Edit the paths at the top of mkhint to match your setup (lines 16–17): ```bash REPO_DIR="/var/lib/sbopkg/SBo-danix" # Repository containing .info files -- cgit v1.2.3