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
[–] pedroapero@lemmy.ml 1 points 3 months ago* (last edited 3 months ago) (1 children)

Hi, it looks great, any plan to have a web UI or iphone version? (on Altstore maybe…)

[–] trougnouf@lemmy.world 2 points 3 months ago

Thanks :-) I don't have an Apple device so that would be very challenging but a web UI version is in my todo list (I think it's possible with the GUI/Iced interface)