Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Sexp - The s-expression toolkit
A suite of tools for working with s-expressions from the command line. It contains subcommands for pretty printing, querying, and modifying sexps, as well as some conversions to and from other formats.
$ sexp -help
the s-expression toolkit
sexp SUBCOMMAND
=== subcommands ===
assemble Assemble a lists of parts into sexps. Sexp part lists are
separated by newlines.
change transform an s-expression
flatten Flatten a list of sexp into its parts. Each part on its own
line.
get extract parts of an s-expression
of-xml convert XML from stdin into an s-expression
pp Pretty print S expressions in a human-friendly way.
print pretty-print an s-expression
query query an s-expression
resolve-macros resolve macros in a sexp
restructure recover structure of an s-expression
select Use CSS-style selectors to traverse sexp trees
to-csv converts a list of record s-expressions into CSV format
validate validate a sequence of s-expressions on stdin
version print version information
help explain a given subcommand (perhaps recursively)