diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-07 17:42:30 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-07 17:42:30 +0200 |
| commit | 804a499754f5fec2db465effb174448d924e344e (patch) | |
| tree | 7ab90f0361813aab8371a95e751fbe41f07762f1 /README.md | |
| parent | 03b2f896062ce689df655160328381004b3ad26d (diff) | |
| download | mkhintfile-master.tar.gz mkhintfile-master.zip | |
- 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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
