this post was submitted on 26 Nov 2025
37 points (97.4% liked)

Selfhosted

60093 readers
967 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 7 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hello all, I just released v0.1.7 of Cfait, a CalDAV task / TODO manager with most of the features I've always wanted and I'm starting to find it usable and enjoyable so I think it's time to announce it :) I've finally starting organizing my todo list the way it should always have been.

Some of the features I'm particularly happy about are the sane sorting (first by date then by priority), the tags / categories navigation (with a choice of AND or OR), and the ability to link tasks (e.g. a parent task or (a) task(s) blocking (an)other task(s), this is the only thing I wanted from a tool like Jira).

I hope you all enjoy it too :-)

It has both GUI and TUI, I try to keep them on the same level. (Except the config. file which has to be written manually when using the TUI)

So far I've only tested it on Arch Linux (there's an AUR package: cfait / cfait-git) with the Radicale CalDAV server but I assume it will work on any distribution (there's even an experimental Windows build under releases) and server, feel free to let me know what works or not.

Source code, .deb (and .exe) builds, screenshots, features list and README on https://github.com/trougnouf/cfait (also available as a rust crate: https://crates.io/crates/cfait )

Don't forget to backup your tasks list before trying it.

you are viewing a single comment's thread
view the rest of the comments
[–] trougnouf@lemmy.world 1 points 7 months 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 Radicale because 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 use DAVx5 (It's all on F-Droid).