bevy/egui desktop app for performing version-based line sorting, and blank-line cleanup of line-delimited data https://git.thermokar.st/thermokarst/dsort
Find a file
2025-04-05 06:26:36 -04:00
.cargo clean up ui and cross-compile config 2024-08-19 21:25:23 -04:00
src fix: trim whitespace prior to checking if line is empty 2024-08-28 14:39:40 -04:00
.gitignore prep for making public (closes ) 2025-04-05 06:26:36 -04:00
Cargo.lock patch 0.2.1 2024-10-02 18:01:08 -04:00
Cargo.toml patch 0.2.1 2024-10-02 18:01:08 -04:00
demo.gif prep for making public (closes ) 2025-04-05 06:26:36 -04:00
package.sh prep for making public (closes ) 2025-04-05 06:26:36 -04:00
README.md prep for making public (closes ) 2025-04-05 06:26:36 -04:00

dsort

bevy/egui desktop app for performing version-based line sorting, and blank-line cleanup of line-delimited data.

dsort screenshot

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 (whatever rustup gave me)
# et voila
./package.sh