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
Matthew Ryan Dillon ebee9a5eaf 1.0.0
no functional changes with this release, but technically breaking as it has an explicit "license" associated with the project.
2025-04-05 06:42:57 -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 #1) 2025-04-05 06:26:36 -04:00
Cargo.lock 1.0.0 2025-04-05 06:42:57 -04:00
Cargo.toml 1.0.0 2025-04-05 06:42:57 -04:00
demo.gif prep for making public (closes #1) 2025-04-05 06:26:36 -04:00
package.sh clarify license situation via unlicense (closes #4) 2025-04-05 06:39:27 -04:00
README.md prep for making public (closes #1) 2025-04-05 06:26:36 -04:00
UNLICENSE clarify license situation via unlicense (closes #4) 2025-04-05 06:39:27 -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