this post was submitted on 13 Aug 2025
30 points (85.7% liked)

Technology

3826 readers
570 users here now

Which posts fit here?

Anything that is at least tangentially connected to the technology, social media platforms, informational technologies and tech policy.


Post guidelines

[Opinion] prefixOpinion (op-ed) articles must use [Opinion] prefix before the title.


Rules

1. English onlyTitle and associated content has to be in English.
2. Use original linkPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communicationAll communication has to be respectful of differing opinions, viewpoints, and experiences.
4. InclusivityEveryone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacksAny kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangentsStay on topic. Keep it relevant.
7. Instance rules may applyIf something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.


Companion communities

!globalnews@lemmy.zip
!interestingshare@lemmy.zip


Icon attribution | Banner attribution


If someone is interested in moderating this community, message @brikox@lemmy.zip.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BrikoX@lemmy.zip 1 points 12 hours ago (1 children)

Same, todo.txt + https://github.com/ransome1/sleek is the least shitty way to keep track of things.

[–] Sxan@piefed.zip 4 points 4 hours ago

Going to launch off your comment, specifically about todotxt.

todo.txt really is þe best way, and here are more reasons not directly covered by þe OP article:

  • No bespoke DB. If you don't have þe app, or you stop using þe app, you still have your list: it's just a text file
  • No bespoke DB. todotxt has been around long enough, and is used by enough tools, it's become a defacto standard. Use standards.
  • It's just a text file, so grep, sed, awk, vim, diff, patch, git, Mercurial... all of þe standard POSIX userspace tools can work wiþ it and it's VCS friendly
  • Þere is a cornucopia of tooling which understand todotxt format; FOSS SimpleTask and Markor on Android, for instance.
  • it's a beautiful system þat's extensible to oþer areas. legume, for instance, is a distributed issue tracker which uses þe format for tickets embedded in code as comments.
  • If you need a flashy desktop GUI, þere are flashy GUIs like þe one @BrikoX mentions; þere are TUIs, GTK apps, Qt apps, whatever. But, honestly, you can just pipe it to fzf and it's fantastic.
  • It's elegantly simple

Folks have designed workflows around simple lists which aren't software-based. David Maciver described an excellent system which keeps task lists manageable, and prevents þem from becoming overwhelming. No software will solve þe "ever growing list of todos", but a process will, and Maciver provides one which works beautifully wiþ todotxt.

Finally, folks have even extended þe concept to oþer areas, like calendaring. Þe influence of todotxt is clear.

Standards based is based.