aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-05 10:27:06 +0200
committerDanilo M. <danix@danix.xyz>2026-06-05 10:27:06 +0200
commit2b3c7f80218d950c833df2f7be5cdf9da73e7988 (patch)
tree193609fc4ed26c344528e7a8d64f528e818f4d50 /README.md
parent8284ac7c6948ffcb43a43eab7ef1ec50cbb6e820 (diff)
downloadmkhintfile-2b3c7f80218d950c833df2f7be5cdf9da73e7988.tar.gz
mkhintfile-2b3c7f80218d950c833df2f7be5cdf9da73e7988.zip
feat: prompt to run slackrepo after --hintfile update
Saves the round-trip of manually invoking slackrepo after every hint version bump. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2fb4a3..db659a8 100644
--- a/README.md
+++ b/README.md
@@ -142,4 +142,5 @@ mkhint -h
- Hint files are backed up to `.bak` before any modification.
- If DOWNLOAD or DOWNLOAD_x86_64 is `UNSUPPORTED` or `UNTESTED`, that URL is skipped and its MD5SUM is left unchanged.
- `--no-dl` / `-N` does **not** skip downloads — it downloads and recalculates checksums as normal, then appends `NODOWNLOAD=yes` to the hint file.
+- After a successful `--hintfile` update, mkhint prompts `Run 'slackrepo update <package>'? [Y/n]`. Enter or `y` runs slackrepo immediately; `n` skips.
- Bash completion for `-f`/`--hintfile`, `-n`/`--new`, and `-d`/`--delete` autocompletes package names from their respective directories. When `-f <package>` is already on the command line, `-v [TAB]` suggests the current `VERSION` from that package's hint file. If the hint file is absent, no version is suggested. Short flags (`-v`, `-f`, `-n`, `-l`, `-c`, `-d`, `-N`, `-h`) are also completed.