trougnouf
@trougnouf@lemmy.world
- Comment on Cfait: CalDav TODO list handler written in Rust (TUI+GUI) 1 week ago:
v0.2.0 is out :)
New features include the ability to set an estimated task duration, support for ongoing and canceled tasks, an advanced search (by tag, due date, task duration, completedness, and of course by name), and the TUI is more robust to external changes.
- Comment on Cfait: CalDav TODO list handler written in Rust (TUI+GUI) 1 week ago:
Thanks :)
It’s as simple as ticking off items (and adding new ones). The categories in Tasks (#tags in Cfait) and child/parent relationships are compatible (it’s all the same iCalendar standard). Tasks doesn’t understand the Blocked-by relationship but the tasks still appear.
You just need a CalDAV server to get going. I use
Radicalebecause it’s lightweight and single-purpose so unlikely to break (and a self-hosted Wireguard VPN because I don’t have a static IP at home). For Android you also need an app to synchronize with the CalDAV server (Tasks doesn’t do it alone), I useDAVx5(It’s all on F-Droid). - Comment on Cfait: CalDav TODO list handler written in Rust (TUI+GUI) 1 week ago:
They are generated whenever a new version is released, under the Downloads link on github.com/trougnouf/cfait/tags
- Comment on Cfait: CalDav TODO list handler written in Rust (TUI+GUI) 1 week ago:
I just released v0.1.9 :)
Changelog on github.com/trougnouf/cfait/…/v0.1.7...v0.1.9
- Comment on Cfait: CalDav TODO list handler written in Rust (TUI+GUI) 1 week ago:
My pleasure! :)
Subtasks is the main reason I made this program. I have it in the “Tasks” Android app and I wanted it on desktop too.
The main way it’s implemented is clicking on
Linknext to a parent task in the GUI (or selecting yank in the TUI), then onChildon another task makes it a sub-task of the parent.I’ve also implemented part of
RFC 9253 Support for iCalendar Relationships(Blocked-Bylogic); after selectingLink/yankon a parent task, there is also the option to selectBlockon another task and the blocked task appears grayed out and lists the tasks that are blocking it in the description. This is something I haven’t seen in any other CalDAV software and the only thing I would have missed from something like Jira.And of course one can filter by tags/categories (with AND or OR) so only a (sub-)project is shown (and I’ve added tag aliases, e.g.
#refactor_this_workercould autocomplete to#refactor_this_worker,#program_name,#software_development, to make that more convenient) - Submitted 1 week ago to selfhosted@lemmy.world | 9 comments
- Comment on Big Surprise—Nobody Wants 8K TVs 2 months ago:
Not the case in darktable, and it’s useful at least to see the noise/details trade-off.
- Comment on Big Surprise—Nobody Wants 8K TVs 2 months ago:
It’s useful in photography. 8K is 33 megapixels, which some modern cameras can exceed (whereas 4K is 8 megapixels which every camera exceeds).
- Comment on Pixelfed Server Directory 2.0 is here! 6 months ago:
Please add search by capabilities, such as heic :-)
- Comment on Google’s dominance on search is declining – for the first time ever! 7 months ago:
I ended up having to install a CalDAV client on my other people’s Android phone.
- Comment on FOSS infrastructure is under attack by AI companies 8 months ago:
How do you have more recourse countering a random third world IP vs a random third world person when both are outside your juridiction?
- Comment on Surprise! People don't want AI deciding who gets a kidney transplant and who dies or endures years of misery 8 months ago:
What do you think the AI would be trained on?
- Comment on Pixelfed's first plateau in progress 9 months ago:
Sadly yes. It’s included by default in Apple devices and there are talks to bring it back with a Rust port. I think Google walked back a bit from their standard setting bullying practice with the antitrust lawsuits / threats of getting broken up. No idea if that will continue with the Musk administration.
- Comment on Pixelfed's first plateau in progress 9 months ago:
Yes. JPEG is limited to 8-bit (which works well with sRGB) and modern displays and cameras capture much more than that (typically 14). I don’t want to limit my photo development with poor color definition. Thanks for the links (I’m already subscribed).
- Comment on Pixelfed's first plateau in progress 9 months ago:
Support JPEG XL or HEIC/HEIF and I will join ;)