A simple Path of Exile 2 filter list manager
- Downloads a set of good default filters
- Updates all filters managed by doryani
- Allows downloading and updating custom filters (soon)
- Support for Windows and Linux
For custom filters you need to create/edit the file:
# Linux
edit $XDG_CONFIG_HOME/doryani/config.toml # (~/.config/doryani/config.toml)
# Windows
edit %LocalAppData%/doryani/config.toml
Like this:
disable_default_filters = false
[[filter]]
name = "My custom filter"
url = "https://raw.githubusercontent.com/atomicptr/doryani/refs/heads/master/my-custom-filter.filter"
[[filter]]
name = "My other custom filter"
url = "https://raw.githubusercontent.com/atomicptr/doryani/refs/heads/master/my-other-custom-filter.filter"
Just run the tool and it will automatically do all the things
GNU General Public License v3