krz/nfogen
A scene-style ASCII .nfo generator.
clone: git clone https://gitbay.org/krz/nfogen.git
v1.0.0: README.nfo · raw
1┌──────────────────────────────────────────────────────────────┐
2│ N F O G E N 1 . 0 │
3│ [ KRZ ] krz.sh │
4├──────────────────────────────────────────────────────────────┤
5│ DATE 2026-08-08 │
6│ TYPE APP │
7│ FILES nfogen.py │
8│ URL krz.sh │
9├──────────────────────────────────────────────────────────────┤
10│ NOTES │
11│ │
12│ A scene-style ASCII .nfo generator. A single │
13│ zero-dependency Python file. Builds this very box │
14│ from CLI flags, a config file, prompts, or a mix. │
15│ │
16│ REQUIRES python3 (3.11+ for TOML, else JSON). │
17│ │
18│ USAGE │
19│ nfogen.py --title "nfogen 1.0" --type APP │
20│ nfogen.py -c nfogen.toml --title "nfogen 1.0" │
21│ nfogen.py -i prompts for every field. │
22│ nfogen.py alone prompts when no title given. │
23│ │
24│ ORDER: config file < CLI flags < prompts. │
25│ │
26│ CONFIG: a .toml or .json auto-loaded from │
27│ ./nfogen.toml, ./.nfogen.toml, or the path │
28│ ~/.config/nfogen/config.toml. Holds any field │
29│ default plus group, site, width. Or use -c PATH. │
30│ │
31│ FIELDS (all optional but title): │
32│ core: title date type source size files │
33│ url notes greets │
34│ media: format video audio resolution │
35│ language genre runtime │
36│ │
37│ OPTIONS: -o -c -g -s -w -i --no-input │
38│ │
39│ Generated by nfogen itself. │
40├──────────────────────────────────────────────────────────────┤
41│ GREETS │
42│ │
43│ you the-scene │
44└──────────────────────────────────────────────────────────────┘