ppsspp/Tools/langtool
2024-10-25 21:07:23 +02:00
..
src Langtool: Replace outdated structopt dependency with clap. Gets rid of a github security warning 2024-04-03 08:53:27 +02:00
.gitignore Add little langtool for copying missing language ini strings 2021-09-21 00:51:21 +02:00
Cargo.lock Replace mentions of Twitter with X 2024-10-25 21:07:23 +02:00
Cargo.toml Langtool: Replace outdated structopt dependency with clap. Gets rid of a github security warning 2024-04-03 08:53:27 +02:00
README.md Use the structopt crate to add some nice subcommands to langtool. 2021-09-22 23:57:07 +02:00
unused-euristic.sh Fix missing GPU and run tools 2022-05-15 00:57:56 +02:00

Language ini file processor tool

To install Rust and cargo, go here.

To run, with rust installed, change to this Tools/langtool directory, then:

cargo run

(Or just move the binary out of target/ and run it directly).

To see command line usage, type:

cargo run -- --help

To autoformat the code, use:

cargo fmt

or set up your IDE to do that (it's already pre-set-up for VS Code, if you open the langtool folder directly).