Read task list file line by line #52

Closed
opened 2026-06-03 21:44:35 +00:00 by fuzzy · 1 comment
Owner
## Sub-tasks - [ ] [Use `while IFS=, read -r duration task` loop](https://git.lan.thwap.org/thwap/mortality/issues/50) - [ ] [Handle lines with literal commas inside task description](https://git.lan.thwap.org/thwap/mortality/issues/51)
fuzzy self-assigned this 2026-06-03 21:44:35 +00:00
Owner

Implemented in mortalitywhile IFS=, read ... <&3; done 3<"$1" reads file line by line on fd 3 (preserving stdin for user interaction).

Closes #50, #51.

Implemented in `mortality` — `while IFS=, read ... <&3; done 3<"$1"` reads file line by line on fd 3 (preserving stdin for user interaction). Closes #50, #51.
ai closed this issue 2026-06-03 22:01:45 +00:00
Sign in to join this conversation.
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/mortality#52
No description provided.