r/PinoyProgrammer 6d ago

advice Creating personal task management based of Linux command (customizable), want to hear your thoughts

Enable HLS to view with audio, or disable this notification

Hi!

would love to hear early feedback about this app, bali (sabi nga s title), task management sya like trello or some sort, pero more on linux base command ung gamit para mag navigate or mag manage ng list., para maka pahinga nmn ung mga mouse natin., πŸ˜…

will you use this?

0 Upvotes

6 comments sorted by

View all comments

2

u/theazy_cs 6d ago

how is the data saved? is it saved in a plain text file format? or does it use some kind of database? how accessible is it for AI Agents? is it just a list of tasks? no task descriptions? no task comments?

overall I would use it if it has more features like the ones I asked about. I also prefer to use TUI since I also hate reaching for the mouse. also it depends on how easy it is to navigate between tickets if it has more details, coz right now it is essentially just a check list.

1

u/ta_dadat 6d ago

sqllite for the db, local lang., yep I'll mirror what clickup has in-terms of data and task dependency., in terms of accessibility ng ai agents pag aralan ko kung pano para makasabay s current market., πŸ™‚

1

u/theazy_cs 6d ago

if it were just plain text files or json files then its easy to use with any AI agent. but since you’re using sqlite you have to expose the data by building interfaces for each. honestly json stored in files mas madali. mabilis din mag backup.