evtcinfo is a command line file preview tool to quickly scan .evtc
files,
as generated by the arcdps addon
for the Guild Wars 2 video game.
I use evtcinfo as a preview tool inside my file manager vifm.
You can configure vifm to use evtcinfo for file preview
by adding this to your ~/.config/vifm/vifmrc
" arcdps logs
fileviewer {*.evtc,*.zevtc,*.evtc.zip} evtcinfo
This project is licensed under the MIT license
(LICENSE
or https://opensource.org/licenses/MIT).
Many thanks to Daniel for creating evtclib. Without his work, this would not have been possible.