A workflow pattern for interactive scripting that replaces shell history navigation with a persistent file approach. Instead of repeatedly typing commands or using shell history, write commands to a dedicated file (like make.ts) that can be executed with a single keystroke. This approach provides better command editing, easier

6m read timeFrom matklad.github.io
Post cover image
Table of contents
The PatternDetailsConcrete Example
1 Comment

Sort: