You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't see any documentation that totally covers the file format of watched files/scripts/URLs. For instance, if you watch report.txt which looks like this:
{
pattern: "my pattern"
}
Then the pattern my pattern is executed. But what else can we do with this format? How do we specify an on-the-fly custom pattern? How do we specify multiple colors? I tried this and it didn't work:
{
color: [ "#ff0000", "#00ff00" ]
}
But I'm just making guesses here. Is there documentation on what we can have a file contain (or script return)?
The text was updated successfully, but these errors were encountered:
I didn't see any documentation that totally covers the file format of watched files/scripts/URLs. For instance, if you watch
report.txt
which looks like this:Then the pattern
my pattern
is executed. But what else can we do with this format? How do we specify an on-the-fly custom pattern? How do we specify multiple colors? I tried this and it didn't work:But I'm just making guesses here. Is there documentation on what we can have a file contain (or script return)?
The text was updated successfully, but these errors were encountered: