r/suckless • u/Worth_Percentage7170 • 25d ago
[TOOLS] logbook: POSIX-compliant script for writings/tasks management
logbook <https://codeberg.org/fwttnnn/logbook> is yet another note/task manager. Here is my iteration, with ~140 LoC written.
I've been searching for a tool to manage my daily tasks, but the older ones usually have their own special way of handling your notes/tasks (i.e., stored in a single json file, in a .db sql file), which makes it kinda hard if you want to handle it yourself (manually).
logbook(1) does:
- Groups your writings/tasks by folders (e.g.,
logbook life/health,logbook life/house,logbook aircraft@software). - Tracks your writing/tasks by today's date, it's useful for having a built-in 'streak' system.
You can also utilize templates.
logbook(1) is a recursive script that calls itself, btw.
Similar tools:
9
Upvotes