samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

[Bug] Make saves stable #20

Closed samuelbryant closed 6 years ago

samuelbryant commented 6 years ago

Currently the same cheat sheet will correspond to two different files when saved twice because the order of the entries is not guaranteed. This makes tracking a file in a repository awkward. Make the saves stable so that two identical lists generate the same file every time.