-
Notifications
You must be signed in to change notification settings - Fork 0
st cat
b2o2i edited this page Apr 3, 2026
·
4 revisions
Prints the raw JSON contents of a story container to the terminal. Useful for debugging or piping to other tools.
st-cat -t subject.json # print title of story 1
st-cat --markdown -s 3 subject.json # print markdown of story 3
st-cat -f 2 -s 1 subject.json # print fact-check report 2 from story 1
st-cat --text -s 2 subject.json # print plain text body of story 2Options: -s story -f fact --title --text --markdown --hashtags --spoken
Reads a single story (or fact-check) from a .json container and prints the requested field(s) to standard output. Useful for piping story text into other tools or shell scripts.