bevy/egui desktop app for performing version-based line sorting, and blank-line cleanup of line-delimited data
https://git.thermokar.st/thermokarst/dsort
no functional changes with this release, but technically breaking as it has an explicit "license" associated with the project. |
||
---|---|---|
.cargo | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
demo.gif | ||
package.sh | ||
README.md | ||
UNLICENSE |
dsort
bevy/egui desktop app for performing version-based line sorting, and blank-line cleanup of line-delimited data.
this is designed and built specifically for one single person, to help make their life simpler - this is not general-purpose, or one-size-fits-all.
installation
check out the releases page for pre-built binaries.
development
cargo run
release process
ensure the following are available on the system
mingw
toolchain (brew install mingw-w64
)rust
(whateverrustup
gave me)
# et voila
./package.sh