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

Only able to see 24 tasks at a time #603

Open
1 task
alok-dks opened this issue Nov 8, 2024 · 1 comment
Open
1 task

Only able to see 24 tasks at a time #603

alok-dks opened this issue Nov 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alok-dks
Copy link

alok-dks commented Nov 8, 2024

Describe the bug
TUI not showing all the task. is there any hard limit how many task it would show.
When I complete one task then other tasks show up.

I can run tasksh and all list is there.

To Reproduce

Steps to reproduce the behavior:
create context. add 24 task in the list. after that no new task would show up in the list.

Environment (please complete the following information):

  • Operating System:
  • Installation:
  • taskwarrior-tui version:
taskwarrior-tui --version
  • task version:
task --version

Additional context and information

@alok-dks alok-dks added the bug Something isn't working label Nov 8, 2024
@skbolton
Copy link

This is one of the options that taskwarrior reports support. Usually reports have the option of limit:page to limit the number of todos that show up. By default taskwarrior-tui uses the filter of the next report as the default filter as shown here - look for the uda.taskwarrior-tui.task-report.next.filter=$(task show report.next.filter) line

So your options to fix this are to:

  1. Update the next report at the taskwarrior level to remove the limit docs
  2. Update the filter at the taskwarrior-tui level using the uda option shown above
  3. pass in the -r flag to the taskwarrior-tui command to set a report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants