prep for making public (closes #1)
This commit is contained in:
parent
a812c021f2
commit
931f4ca58e
4 changed files with 104 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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](https://git.thermokar.st/thermokarst/dsort/releases) page for pre-built binaries.
|
||||
|
||||
## development
|
||||
|
||||
```bash
|
||||
cargo run
|
||||
```
|
||||
|
||||
## release process
|
||||
|
||||
ensure the following are available on the system
|
||||
- `mingw` toolchain (`brew install mingw-w64`)
|
||||
- `rust` (whatever `rustup` gave me)
|
||||
|
||||
```bash
|
||||
# et voila
|
||||
./package.sh
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue