Skip to content

Conversation

rohieb
Copy link
Contributor

@rohieb rohieb commented Jul 14, 2016

The default task report (task next) looks a bit bulky in my opinion:

task next in naughty popup

I use the task view popup mostly to get an overview of my tasks, and I find one line per task much more readable. So I configured a slimmer report view in my ~/.taskrc:

report.nextpopup.columns      = id,depends.count,priority,project,tags,due.relative,description.truncated_count,urgency
report.nextpopup.description  = Most urgent tasks, one line each
report.nextpopup.filter       = status:pending limit:page
report.nextpopup.labels       = ID,Deps,P,Project,Tag,Due,Description,Urg
report.nextpopup.sort         = urgency-

With this patch, I can now add cmdline = "nextpopup" (and also some filters if I want) to my task widget setup, and the popup looks much better-arranged:

task popup

@lcpz lcpz merged commit b9f31a6 into lcpz:master Jul 15, 2016
lcpz pushed a commit that referenced this pull request Jul 15, 2016
@rohieb
Copy link
Contributor Author

rohieb commented Jul 15, 2016

Thanks!
$ task 36 done

@rohieb rohieb deleted the feature/task-cmdline branch July 22, 2016 04:12
lcpz pushed a commit that referenced this pull request Jan 23, 2017
@lcpz
Copy link
Owner

lcpz commented Jan 23, 2017

@rohieb Update: now lain.widgets.contrib.task is asynchronous, and you can enter any task command in the promptbox. Read the wiki.

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

Successfully merging this pull request may close these issues.

2 participants