Basic INI file formatter.
- Fedora Linux 42
- Rust 1.86.0
Build from source:
cargo build --releaseInstall from source:
cargo install --path .Packages are created with additional software:
cargo install cargo-deb cargo-generate-rpm cargo-aurApplication must be built and stripped:
cargo build --release
strip -s target/release/piniCreate packages:
cargo deb
cargo generate-rpm
cargo aurNone->key=value.Both->key = value.LeftOnly->key =value.RightOnly->key= value.
E.g., for 1:
key=value
[section_name]
becomes:
key=value
[section_name]
E.g., for true:
last_line = value
becomes:
last_line = value