Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (13 loc) · 1.01 KB

A collection of examples

Tiny slice of curl & x264 options

Drunkards' dream (compile as red -c cli-sing.red or run directly as red cli-sing.red --help)

CLI profiler (compile as red -c cli-profile.red or run directly as red cli-profile.red --help)

GLOB turned into a CLI utility (compile as red -c cli-glob.red or run directly as red cli-glob.red --help)

Multi-command CLI interface to Red functions (compile as red -c red-cli.red or run directly as red red-cli.red)

Mixed GUI+CLI minimal demo (compile with build-gooey.red)

Mixed GUI+CLI screen grabber demo (compile with build-grab.red)

Feed scripts to Red from command line

Find mismatched brackets easily

Automatically hook an audio file to any video played in your favorite player

Parse tool

There's also a test.bat sample command in most examples (requires a compiled exe, usually).