@michalporeba/y-felin
v0.1.1
Published
A TUI bullet-journal / personal task manager keeping the data local with an option of syncing it to SOLID Pods.
Downloads
36
Maintainers
Readme
y-felin
SOLID Pod based personal task management.
The Idea
I like the experience of neovim, and the personal data storage of SOLID Pods. I like simple local-first experience with context based on what I'm working on. I use simplicity of todo-lists to manage my day with some features of bullet journals.
A solution might be a simple, full screen TUI application, with bindings compatible with neovim that will allow me to manage tasks on a local file system, but synchronise them to my SOLID Pod.
The current executable surface is the TUI launched by fln. The binary accepts
--data-dir to override the local storage location.
ADR
- Use lofipod package (it is early development, but if features are missing suggest improvements to lofipod).
- Use and expand ontology.ttl
- All data synchronisation should go through lofipod
- See
ADR.mdfor accepted architecture decisions - See
PLANS.mdfor small, sequential implementation slices
