A lightweight command-line task manager written in C for organizing daily tasks.

2 Open Issues Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub
Update workflow about 1 month ago

AI Summary: Update the C code for the `taskman` command-line task manager to address deprecated command usage causing workflow failures. This involves identifying the deprecated commands, researching their replacements, and modifying the code to use the updated commands. Testing will be required to ensure all functionality remains intact after the changes.

Complexity: 4/5
help wanted

A lightweight command-line task manager written in C for organizing daily tasks.

C
Syntax Error about 1 month ago

AI Summary: The C code for the `taskman` project has a syntax error in the `load_tasks` function, specifically in the `fscanf` format string at line 44. The issue is a missing closing square bracket `]` in the format specifier used to read a string, causing a compiler warning. The task requires fixing this format string to correctly read task data from the `tasks.txt` file without warnings or errors.

Complexity: 2/5
bug help wanted

A lightweight command-line task manager written in C for organizing daily tasks.

C