Skip to content
New issue

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

Feature request: #13

Open
AquiGorka opened this issue Oct 7, 2019 · 2 comments
Open

Feature request: #13

AquiGorka opened this issue Oct 7, 2019 · 2 comments

Comments

@AquiGorka
Copy link
Contributor

I'd love to have this per repo/folder. Meaning, I cd into a project folder and then the list of tasks from such project appear if I go into another non-root project folder the list goes away.

Thoughts?

@AlexisBRENON
Copy link
Owner

Yes, I see two solutions.

  1. First one would be to use different files, like for example a .todo.sav in your project folder. Then, write a function to find the applicable file (only in this directory, looking in parents ones, etc.)(this could be a little bit time consuming).
  2. Use the same default file to save all tasks, but make it a little bit more complex with some kind of sections. This will require some parsing.

In either way, you have to think about how to initialize such a project list?

Do you intend to implement it ?

@OldhamMade
Copy link

This would be great. A flag for ALWAYS_LOCAL would be useful, also being able to set the filename (eg: TODO_FILENAME=todo.yml. This would help a lot for small tasks within a dev project, maybe something that can be committed and shared within a small team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants