A text viewer application that has been carefully designed around its main task: viewing and presenting NFO files. It comes with three different view modes (Rendered, Classic and Text Only), export functionality and lots of options!
iNFekt 2.x is the soon-to-be-current Rust implementation. The previous C++ 1.x codebase remains in this repository for patch maintenance under legacy/cpp.
The Rust workspace is the default entrypoint:
cargo build --workspace
cargo run -p infekt
cargo run -p infekt-cli -- --help
cargo run -p xtask -- bundle --releaseThe C++ 1.x maintenance tree can still be configured explicitly:
cmake -S legacy/cpp -B build/legacy-cpp


