cykerway / jinja-cli

a command line interface to jinja;
https://repo.cykerway.com/jinja-cli
GNU General Public License v3.0
29 stars 9 forks source link

custom filters #10

Open maxx27 opened 1 year ago

maxx27 commented 1 year ago

Hi!

It would be great to use custom Jinja2 filters.

In similar project j2cli:

--filters filters.py: Load custom Jinja2 filters and tests from a Python file. Will load all top-level functions and register them as filters. This option can be used multiple times to import several files.

Is it possible to implement?

boonware commented 5 days ago

This is a much needed feature, however, it appears that this project has been abandoned as your question has gone unanswered for over a year.