-
Notifications
You must be signed in to change notification settings - Fork 6
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
table view #69
Comments
Hi there! Thank you for the kind words; I'm really glad to hear that pter is serving you well :) I had not considered a table-like view before, it's a good idea. All the better yet, it's actually already possible! Maybe I should provide example configurations to cover these kinds of cases. In order to get a table-like view, you have to mess with the
What this does is, that every field (except
(note: these are not the pipe symbol, Have a look at the Task Format section of the help or the Let me know if you think this is enough to cover this idea or whether you feel that the columns should receive headers! Have fun! |
Thanks a lot @vonshednob !! I've played around with it and got most of the fields sorted but I guess Currently, the task-format option doesn't seem to allow for separating different components of a task into distinct columns. What I'd like to achieve:
Current behavior: task-format = {nr: >2} {pri: <2} {description:50.50} {project:15.15} {context:15.15} {note:20.20} {spent} This doesn't separate the elements of the description as intended. I tried regexes as well, but that didn't work either. Desired behavior: Is this kind of display possible with the current pter architecture? Again, thank you! :) |
Sounds good to me! Especially the various different columns. But the What's the I think the biggest challenge will be the addition of the column width hints; so that might take a bit longer. |
I had not heard of tomatos in the context of task estimation, but I guess it makes a lot of sense for people that go with pomodoro. Other people seem to use
Usually I develop using my personal gitolite repo, but I don’t mind having a development branch on a public repo, too. I just don’t push my code to github anymore, but you can clone the repo from codeberg without having to login. Testing the code as it’s being written is a huge help! Thanks a lot for offering to help! Edit: on codeberg use the |
Sure thing, I'll get to the testing soon! :) |
Hey, I just wanted to thank you for this awesome tool, this is exactly what I needed. So very happy with it and it's been working stable for weeks now. :)
I only have one suggestion: to make it easier to parse a large list, maybe include a config option to use a table layout? (something like what otodo does: https://github.com/onovy/otodo )
Anyway, thank you for the tool! :)
The text was updated successfully, but these errors were encountered: