We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using this application to track my daily task.
for example:
todo-cli-app init 05-05-2024 this will have the task for the date 05-05-2024.
todo-cli-app init 05-05-2024
Next day, I want to create a new todo list, 06-05-2024. So, I will create a new file, ```todo-cli-app init 06-05-2024.
Now, if I list the tasks, I want a flag, such that, it can list all the the task (if not removed) from all the files.
This will help me track the task which I have not completed from yesterday.
If you approve this feature, I can create a PR.
The text was updated successfully, but these errors were encountered:
Sure, why not. Thank you for the contribution. Can't wait to see the PR.
Sorry, something went wrong.
No branches or pull requests
I am using this application to track my daily task.
for example:
todo-cli-app init 05-05-2024
this will have the task for the date 05-05-2024.
Next day, I want to create a new todo list, 06-05-2024.
So, I will create a new file, ```todo-cli-app init 06-05-2024.
Now, if I list the tasks, I want a flag, such that, it can list all the the task (if not removed) from all the files.
This will help me track the task which I have not completed from yesterday.
If you approve this feature, I can create a PR.
The text was updated successfully, but these errors were encountered: