aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-07 17:42:30 +0200
committerDanilo M. <danix@danix.xyz>2026-05-07 17:42:30 +0200
commit804a499754f5fec2db465effb174448d924e344e (patch)
tree7ab90f0361813aab8371a95e751fbe41f07762f1 /README.md
parent03b2f896062ce689df655160328381004b3ad26d (diff)
downloadmkhintfile-master.tar.gz
mkhintfile-master.zip
rename mkhintfile.sh to mkhint, add --delete/-d optionHEADmaster
- 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 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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