tangent commented on issue tangent/Asymptome#12 2026-08-06 18:08:26 -06:00
Should create backup json files optionally to protect against implementation failures

This should be optional within data itself, not the 'central' options config.

tangent commented on issue tangent/Asymptome#11 2026-08-06 18:08:08 -06:00
Option to automatically run commands in another directory before/after running

This needs to be saved in data itself, not the central 'default location config' if that exists.

tangent pushed to main at tangent/Asymptome 2026-08-06 17:59:39 -06:00
ae484aa134 reorganizing
tangent pushed to main at tangent/Asymptome 2026-08-06 16:43:51 -06:00
7e3b9f43d1 launch() needs to save when it corrects the data structure so it doesn't have to do it every time
tangent pushed to main at tangent/Asymptome 2026-08-06 16:41:26 -06:00
9c2d209de3 How did I forget this end? -.-
tangent pushed to main at tangent/Asymptome 2026-08-06 16:39:33 -06:00
5fa8c1a974 close #13 making the flow of sort functions more obvious
tangent closed issue tangent/Asymptome#13 2026-08-06 16:39:32 -06:00
How data is chained into sort functions should be done directly instead of through a helper?
tangent opened issue tangent/Asymptome#13 2026-08-06 03:23:59 -06:00
How data is chained into sort functions should be done directly instead of through a helper?
tangent opened issue tangent/Asymptome#12 2026-08-06 03:22:31 -06:00
Should create backup json files optionally to protect against implementation failures
tangent opened issue tangent/Asymptome#11 2026-08-05 10:28:20 -06:00
Option to automatically run commands in another directory before/after running
tangent opened issue tangent/Asymptome#10 2026-08-05 10:27:44 -06:00
Default config for specifying a file location to load from?
tangent pushed to main at tangent/Asymptome 2026-08-04 21:15:15 -06:00
20f70aed7f close #5 the data knows where it is, and the file doesn't
tangent closed issue tangent/Asymptome#5 2026-08-04 21:15:15 -06:00
What file path the currently loaded JSON is in is not passed appropriately
tangent pushed to main at tangent/Asymptome 2026-08-04 21:08:58 -06:00
33e94e2ef0 close #1 recalculate_total_pages() added
dfe74510ef close #6 total_pages is being used for sorting
Compare 2 commits »
tangent closed issue tangent/Asymptome#1 2026-08-04 21:08:58 -06:00
command to re-calculate total_pages
tangent closed issue tangent/Asymptome#6 2026-08-04 21:08:58 -06:00
total_pages is not used at all
tangent opened issue tangent/Asymptome#9 2026-08-04 20:59:11 -06:00
pages need to be settable
tangent pushed to main at tangent/Asymptome 2026-08-04 20:45:56 -06:00
856e483570 close #2 import duplicates are detected and ignored
tangent closed issue tangent/Asymptome#2 2026-08-04 20:45:56 -06:00
import_json needs to detect and handle duplicates
tangent pushed to main at tangent/Asymptome 2026-08-04 20:27:14 -06:00
8e2211fd04 close #7 detect_type() added