Comment 1 for bug 354223

Revision history for this message
Michael Wayne Goodman (goodmami) wrote : Re: cliglot should allow stdin as input

Changed the bug to reflect a broader range of input:

from https://bugs.launchpad.net/glot/+bug/352819

cliglot should:

1) handle quoted args as queries (including spaces like "New York")
2) read file args
3) accept stdin

some examples:

glot "dog"
glot queries.txt
glot queries.txt "dog" more_queries.txt "cat"
cat queries.txt | glot