Commit Graph

7 Commits

Author SHA1 Message Date
Gigi
2eec1d493d feat(post-process): skip empty action item files
- Skip creating output files when no action items are found\n- Add informative message when skipping empty files
2025-04-03 11:31:45 +01:00
Gigi
c7eb933739 refactor(post-process): simplify item extraction with regex
- Use regex to match list markers and find first letter\n- Clean up non-letter characters from beginning of lines\n- Remove trailing metadata notes
2025-04-03 11:30:05 +01:00
Gigi
dc6321323e feat(post-process): add --force flag and improve item formatting
- Add --force/-f flag to override existing files\n- Clean up non-letter characters from beginning of lines\n- Pass through command line arguments in shell script
2025-04-03 11:26:00 +01:00
Gigi
d07db34c32 Update post-processing script to use human-readable date format with weekday 2025-04-03 10:59:20 +01:00
Gigi
e0e8de62bb Skip post-processing if output file already exists 2025-04-02 13:06:07 +01:00
Gigi
2d7f23e631 Save formatted action items in new TODOs directory 2025-04-02 13:03:41 +01:00
Gigi
e33fe59fc2 Add post-processing step for action items with consistent - [ ] format 2025-04-02 13:01:01 +01:00