Skip to content

atomicptr/doryani

Repository files navigation

doryani

A simple Path of Exile 2 filter list manager

Features

  • 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

Configuration

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"

Usage

Just run the tool and it will automatically do all the things

License

GNU General Public License v3