Closed jhpoelen closed 9 months ago
Currently, preston track takes either stdin for tracking a content stream
preston track
e.g.,
cat foo.txt | preston track
, or a list of IRIs on the commandline.
preston track https://example.org
Suggest to add option to provide a list of IRIs in a file.
preston track -f really-long-list-of-IRIs.txt
where really-long-list-of-IRIs.txt contains IRIs to be tracked, one per line
really-long-list-of-IRIs.txt
https://example.org https://example.org/ex1
feature available in v0.8.1
Currently,
preston track
takes either stdin for tracking a content streame.g.,
cat foo.txt | preston track
, or a list of IRIs on the commandline.
preston track https://example.org
Suggest to add option to provide a list of IRIs in a file.
e.g.,
preston track -f really-long-list-of-IRIs.txt
where
really-long-list-of-IRIs.txt
contains IRIs to be tracked, one per linee.g.,