urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Dict-based style from command line?

Open marcfon opened this issue 4 years ago • 2 comments

Is this the correct command to add dict-based style filters from the command line?

String based urlwatch --add url=http://example.org,name=Example,filter=css:h1

Dict-based urlwatch --add url=http://example.org,name=Example,filter=-css:h1

marcfon avatar Sep 27 '20 07:09 marcfon

There is no way to do this currently, you have to edit the urls.yaml (either manually or via an external script you write yourself).

thp avatar Sep 27 '20 08:09 thp

Thanks @thp. I'll stick to string based for now. It hasn't let me down.

marcfon avatar Sep 27 '20 17:09 marcfon