Replies: 1 comment 5 replies
-
You can import functions, values, etc via the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to achieve some job via complex and long filters, thus wondering if it's a good idea to use an external python script a filter?
At first it's a very simple idea, just like
--filter "str(id) not in open('/path/to/list.txt').read()"
. But then I think, "why not push it to the edge?"Beta Was this translation helpful? Give feedback.
All reactions