https://github.com/aziascreations/path-of-exile-item-name-extractor
https://github.com/aziascreations/path-of-exile-item-name-extractor
item-stats poe utility
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aziascreations/path-of-exile-item-name-extractor
- Owner: aziascreations
- License: apache-2.0
- Created: 2017-07-31T01:58:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T21:44:50.000Z (almost 8 years ago)
- Last Synced: 2025-02-21T11:20:31.728Z (8 months ago)
- Topics: item-stats, poe, utility
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Path of Exile: Item name extractor
This utility constantly checks the clipboard for copied item's stats and just keeps the name for quicker searches on poetrade.## Usage
To compile the utility just run the following commands:
```
cd src
javac -encoding utf8 ClipboardNameExtractor.java
```After that you can simply run the program with:
```
java ClipboardNameExtractor
```
And if you use `-m` or `--muted` the program won't make a noise when it processed an item's statsIf you want to keep the stats, you just have to copy it a second time and the program will ignore it.
## License
[Apache V2](LICENSE)