Command line parser of Path of Exile Client log file
This is currently written for a Windows + Bash (Mingw64) environment. One can install MingW64 through the git-scm install packages. This might run under Linux, by adjusting the Client.txt file location (maybe..?).
Simplest self-install steps
- Install git-scm
- Run git-bash
mkdir $HOME/bin
echo 'export PATH="${PATH}:${HOME}/bin/"' >> $HOME/.bashrc
. $HOME/.bashrc
curl -s -o $HOME/bin/poeseed https://github.com/TwentyFiveEx/poeseed/releases/latest/download/poeseed
chmod -v 755 $HOME/bin/poeseed
poeseed is now ready to run and in your default path any time you launch a bash shell
$ THIST=1000 TRADES=false GCHAT=false SHOWIPS=false poeseed
Variable | Options (default) | Description |
---|---|---|
GCHAT | true, (false) | Display global chat |
TCHAT | true, (false) | Display trade chat |
SHOWIPS | (true), false | Display server IPs |
TRADES | (true), false | Display trade whispers |
THIST | nnn, (1000) | Lines of Client.txt history to parse on start |
This source is released under the MIT license (see the LICENSE file)
This project is not affiliated with Grinding Gear Games