krz/nfogen

A scene-style ASCII .nfo generator.

clone: git clone https://gitbay.org/krz/nfogen.git

c5ca75743eace5cc8dd1cf5f4ae2f643c2897196

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-08T06:13:16Z

bump to 1.2, regenerate README
 README.nfo  | 6 +++---
 nfogen.toml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.nfo b/README.nfo
index 9376346..02695be 100644
--- a/README.nfo
+++ b/README.nfo
@@ -1,5 +1,5 @@
 ┌──────────────────────────────────────────────────────────────┐
-│                     N F O G E N   1 . 1                      │
+│                     N F O G E N   1 . 2                      │
 │                       [ KRZ ]   krz.sh                       │
 ├──────────────────────────────────────────────────────────────┤
 │   DATE   2026-08-08                                          │
@@ -16,8 +16,8 @@
 │   REQUIRES python3 (3.11+ for TOML, else JSON).              │
 │                                                              │
 │   USAGE                                                      │
-│   nfogen.py --title "nfogen 1.1" --type APP                  │
-│   nfogen.py -c nfogen.toml --title "nfogen 1.1"              │
+│   nfogen.py --title "nfogen 1.2" --type APP                  │
+│   nfogen.py -c nfogen.toml --title "nfogen 1.2"              │
 │   nfogen.py -i  prompts for every field.                     │
 │   nfogen.py alone prompts when no title given.               │
 │                                                              │
diff --git a/nfogen.toml b/nfogen.toml
index aa1fcc6..d36b998 100644
--- a/nfogen.toml
+++ b/nfogen.toml
@@ -2,7 +2,7 @@ group = "KRZ"
 site  = "krz.sh"
 width = 64
 style = "single"
-title = "nfogen 1.1"
+title = "nfogen 1.2"
 type  = "APP"
 files = "nfogen.py"
 url   = "krz.sh"
@@ -15,8 +15,8 @@ from CLI flags, a config file, prompts, or a mix.
 REQUIRES python3 (3.11+ for TOML, else JSON).
 
 USAGE
-nfogen.py --title "nfogen 1.1" --type APP
-nfogen.py -c nfogen.toml --title "nfogen 1.1"
+nfogen.py --title "nfogen 1.2" --type APP
+nfogen.py -c nfogen.toml --title "nfogen 1.2"
 nfogen.py -i  prompts for every field.
 nfogen.py alone prompts when no title given.