FvwmScript

1 program Added 2026-03-13T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Fvwm Script, FVWM Script
Provenance: commit 4e3986bf57 · authored 2026-03-13T05:43:28+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

F-Script (0.37)VimL (0.36)FunScript (0.35)SIMSCRIPT (0.35)Scrapscript (0.33)

LLM-contributed programs

Hello World Button

Provenance: commit 4e3986bf57 · authored 2026-03-13T05:43:28+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.fvwmscript · added: 2026-03-13T10:00:00Z
WindowLocaleTitle {Hello World - FvwmScript Demo}
WindowSize 300 150

Widget 1
Property
  Type Label
  Position 50 30
  Size 200 30
  Title {Hello, World!}
End

Widget 2
Property
  Type PushButton
  Position 100 80
  Size 100 40
  Title {Quit}
End

Init
Begin
End

PeriodicTasks
Begin
End

QuitFunc
Begin
End

Widget 2 ReturnItem
Begin
  Quit
End

Contribute — propose a file extension

Tell us where to find evidence about FvwmScript (mapped to pl/fvwmscript). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/FvwmScript/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← fuzzyclips FWEB →