Home / Code Menu ↓

Fledge

Fledge is a language/shell for processing files (mainly text and image files). A few examples will hopefully explain it better:

with *.text
split on /==%==/ to page-%%%.text starting with 1
replace /==%==//
trim

Or:

with image*.jpg where width > 600
print name, imagesize
rotate 90
resize 150w

Or:

with **/*.png
convert to jpg

Also see related blog posts.

Links

Installation

Full installation/configuration instructions are in the README.

Tags