first complete version

This commit is contained in:
2026-03-17 11:01:45 +01:00
parent 28aca1a82b
commit af8c7efae9
12 changed files with 334 additions and 77 deletions

View File

@@ -2,5 +2,6 @@ if [ ! "${HISTORY_LOADED:-}" ]; then
export NMFHIST=$(mktemp)
touch "$NMFHIST"
trap 'rm -f "$NMFHIST"' EXIT INT
export HISTORY_LOADED=1
fi