]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Thu, 23 Jan 2025 07:02:18 +0000 (01:02 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 23 Jan 2025 07:02:18 +0000 (01:02 -0600)
commit91156943592ece338ff5b51b9bba29b6b127c4ae
treed118f7b7bb506e2f271d2beaf02809b7cb497650
parent56f6f38eec42cb3849cac4fccb5ad3df676b9d8c
Progress: Continue working on completing the remove program.

A good portion of the settings loader is simplified.

Swithc to using `fl_path_clean()` instead of `fl_path_canonical()`.
I find the shorter paths more convenient at this time than the full canonical ones.
I may add a custom option in the future that toggles on canonical paths.

Update to the latest signal handling logic.
12 files changed:
data/build/stand_alone/configs/remove-config.h
data/build/stand_alone/configs/tacocat-config.h
sources/c/program/kevux/tools/remove/main/common.c
sources/c/program/kevux/tools/remove/main/common/define.h
sources/c/program/kevux/tools/remove/main/common/print.c
sources/c/program/kevux/tools/remove/main/common/print.h
sources/c/program/kevux/tools/remove/main/common/type.h
sources/c/program/kevux/tools/remove/main/operate.c
sources/c/program/kevux/tools/remove/main/remove.c
sources/c/program/kevux/tools/remove/main/signal.c
sources/c/program/kevux/tools/tacocat/main/common/type.h
sources/c/program/kevux/tools/tacocat/main/signal.c