Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ondrowan/neversink-filter-updater
Tool for updating of NeverSink's Path of Exile loot filter
https://github.com/ondrowan/neversink-filter-updater
neversink path-of-exile pathofexile
Last synced: about 2 months ago
JSON representation
Tool for updating of NeverSink's Path of Exile loot filter
- Host: GitHub
- URL: https://github.com/ondrowan/neversink-filter-updater
- Owner: ondrowan
- License: mit
- Created: 2018-05-03T14:54:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T14:13:23.000Z (over 6 years ago)
- Last Synced: 2024-06-20T13:37:00.565Z (7 months ago)
- Topics: neversink, path-of-exile, pathofexile
- Language: Go
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neversink filter updater
This is a simple tool for updating of [Neversink's loot filter](https://github.com/NeverSinkDev/NeverSink-Filter).
## Installation
* Download the latest version from [release section](https://github.com/ondrowan/neversink-filter-updater/releases).
* In case you prefer normal style filters, just run the file.
* In case you wish to use different style of filters:
* Create a shortcut of exe file.
* Right click it and select "Properties".
* In "Shortcut" section, append `--style`, followed by desired style name behind "Target".
Currently, valid choices are: `blue`, `purple`, `slick` and `streamsound`. The result
should look, for example, like: `C:\neversink-filter-updater.exe --style blue`If you don't mind using command line, here is the usage:
```bash
Usage:
-help
Prints help.
-style string
Style of filters. Can be one of: blue, purple, slick, streamsound.
-version
Prints version.
```This program was tested on 64-bit Windows 10.