Repos » blog.jread.com » content » posts » text-files-for-managing-tasks » index.md


title: "Use simple .txt files for organising tasks" date: 2024-02-28 draft: false tags:


I am so sick and tried of changing task management systems, I will just be using plain .txt files from now on.

In the last 10 years, I have tried so many different systems for organising my work and my personal life and yet I've not been able to keep using one of them after a few weeks or months. After all this time I think I've finally come to the realisation that they all suffer from the same inadequacies. Before anybody recommends me their favourite, here is a list of apps I've tried; RememberTheMilk (~2011), Trello, Google Keep (~2015), Google Tasks (~2022), Todoist (~2018 I think, but again in ~2023), and of course, because I am developer with a hammer (ie: the ability to write code), I had to write my own - wacky-tracky. I have probably had the most all around success with TaskWarrior (until recently).

All of these options have the following flaws and limitations;

Plain .txt files literally solve all of these problems. I can use my beloved vim, with it's keyboard shortcuts, universal availability, lack of bloat, and huge customizations I already have for using vim every day, to just write simple text files. Moreover, a huge advantage for me is that I can add those text files to git, and store versions indefinately into my mega Git backup system :-)

I do have some templates for common activities, like meeting notes, if you're interested - and yes, I do use unicode emoji from time to time, I'm not a monster!

yyyy-mm-dd

Attendees
	Red Hat
		- James Read

	Asdf
		- Aasdf

Objective

Notes
	Asdf

Ⓐ	Action
	[James] Asdf


📖	Research
	- Asdf

❓	Question
	- Asdf

👨	Contact
	- Asdf <asdf@asdf.com>
----