initial commit

This commit is contained in:
2026-03-11 22:17:07 +01:00
commit 091b3a1a96
10 changed files with 350 additions and 0 deletions

11
src/sh/info.sh Normal file
View File

@@ -0,0 +1,11 @@
# Application information
if [ ! "${INFO_LOADED:-}" ]; then
APP_NAME="nmf"
APP_VERSION="0.1"
APP_WEBSITE="https://git.indyfac.ch/amin/not-much-fuzz/"
WINDOW_TITLE="📨 $APP_NAME | not much fuzz"
export APP_NAME APP_VERSION APP_WEBSITE WINDOW_TITLE
export INFO_LOADED=1
fi