Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

atomicptr/doryani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A simple Path of Exile 2 filter list manager

Topics

Resources

License

Stars

Watchers

Forks

Contributors