This is a feature request (as discussed briefly with @stricaud yesterday). It would be useful to be able to both cat file.txt | faup [some flags] and get the faup goodness on stdout (where file.txt is not a list of newline-delimited URLs) as well as to accomplish the same thing using faup as (e.g.) a Python library.
This is a feature request (as discussed briefly with @stricaud yesterday). It would be useful to be able to both
cat file.txt | faup [some flags]and get the faup goodness on stdout (where file.txt is not a list of newline-delimited URLs) as well as to accomplish the same thing using faup as (e.g.) a Python library.