obselate/PoSHBlox
Visual powershell node graph scripting
60Stars
6Forks
98Claude Commits
C#Language
nodegraphpowershellpowershell-cmdletspowershell-scriptpowershell-scriptspwshvisual
First Claude commit: Apr 15, 2026Last Claude commit: 3mo agoDiscovered: Apr 17, 2026
Recent Claude Commits
Samples: 01-csv-cleanup V1 graph + bundle Samples/ with publish
4ca3e743mo agoauthor_emailPalette: dedupe Recent lookup so shared cmdlets don't crash ToDictionary
9a641a13mo agoauthor_emailSamples: seed data for 01-csv-cleanup sample
31702e43mo agoauthor_emailBump to 0.5.0, drop stale samples bullet from README
9c102a53mo agoauthor_emailREADME: update palette count to reflect cmdlet coverage expansion
75cf2d43mo agoauthor_emailIntrospector: skip stub commands instead of failing the batch
6332e943mo agoauthor_emailIntrospector: wildcard fallback + import-error capture
29f809f3mo agoauthor_emailIntrospector: robust fallback for PS 5.1 compiled-module quirk
27ab61f3mo agoauthor_emailCmdlet coverage prep: expand regen manifest + register 3 new categories
ddb1eeb3mo agoauthor_emailImport UX overhaul: pick-a-module picker with edition badges
b43afd43mo agoauthor_emailPhase 4: persisted host preference + re-introspect all custom catalogs
d16315b3mo agoauthor_emailPhase 3: dual-host introspection + per-param SupportedEditions
f2ddcc43mo agoauthor_emailPhase 2: host chip + switcher + Run-time mismatch warning
afbf0163mo agoauthor_emailPS7-aware host resolution: unify Run + Introspect on pwsh-preferred registry
6aa12dc3mo agoauthor_emailFix JSON source-gen: carry attribute naming policy via options copy-ctor
16e4d6b3mo agoauthor_emailOptimize: cache constant geometries, index connections by port
7eccc883mo agoauthor_emailFix PenFor dash parameter type — DashStyle.Dash returns IDashStyle
29aa3213mo agoauthor_emailDedupe: centralize short-id mint, port-from-DTO builder, window border color
2b55e673mo agoauthor_emailOptimize: pool render brushes/pens, source-gen JSON, drop Inter font
f656f4f3mo agoauthor_emailRemove dead code left over from 0.4.0 V1 removal
378aa643mo agoauthor_emailCI: multi-arch matrix (win-x64 + win-arm64) with unified release job
47fa5613mo agoauthor_emailRemove V1 samples ahead of V2 showcase rebuild
fa72d8c3mo agoauthor_emailTemplates: drop V1 dead fields from synthetic catalogs
40d5e753mo agoauthor_emailRelease: bump to 0.4.0 and cut main-branch tagged releases automatically
b6e085d3mo agoauthor_emailContainers: suppress Label's zone header, validate Function signatures
766c7773mo agoauthor_emailContainers: majority-overlap snap + empty-zone / orphan-container validation
c4ae5fe3mo agoauthor_emailUndo: cover zone reparenting, container resize, collapse, paramset switch
b0f92683mo agoauthor_emailControl flow: honor wired inputs, remove weird defaults, scope exec wires
d9d48773mo agoauthor_emailClipboard: Ctrl+C / Ctrl+X / Ctrl+V across graphs
c6e6ef33mo agoauthor_emailSplice: right-click wire → "Insert node..." to route through a new node
93a5ad43mo agoauthor_emailUndo: select the affected node on param-value undo/redo
99cfbd13mo agoauthor_emailUndo: parameter value edits with per-field coalescing
1f361fb3mo agoauthor_emailAdd Models import for NodeParameter reference in OnDescriptionPressed
ff550dc3mo agoauthor_emailHelp text: click-to-toggle description expansion (no hover jitter)
2cf96473mo agoauthor_emailHelp text: window-level class selector for hover expansion
c6fd0663mo agoauthor_emailHelp text: make TextBlock hit-testable so :pointerover fires
abbb9713mo agoauthor_emailHelp text: expand inline on hover instead of tooltip
1755da03mo agoauthor_emailTooltip: replace FA's template entirely with our own
a675f8b3mo agoauthor_emailTooltip: blast template internals with MaxWidth/MaxHeight overrides
5965b433mo agoauthor_emailTooltip: override MaxHeight too so long help text isn't clipped
2ec24983mo agoauthor_emailOverride ToolTip MaxWidth so help text isn't clipped
48ce5663mo agoauthor_emailTooltip: use a wrapping TextBlock so help text isn't truncated
4a96b623mo agoauthor_emailProgressive disclosure for per-parameter help descriptions
765ff5f3mo agoauthor_emailIntrospector: fall back to Get-Help per-parameter description
d5413343mo agoauthor_emailDrop auto-collapse-on-spawn — dynamic sizing already handles it
a04a77a3mo agoauthor_emailFix: vertical gaps in nodes when active-set hides middle pins
308ac913mo agoauthor_emailFix: huge node height on many-param cmdlets; keep pipeline-primary
1bca5983mo agoauthor_emailSplatting: cmdlets with 4+ args emit as hashtable + Cmd @args
c95ace83mo agoauthor_emailUndo / redo: lambda-based UndoStack + recording at every mutation site
8330bdf3mo agoauthor_emailFix build: Vector.Length via explicit math + nullable PSModulePath
9bb83083mo agoauthor_email