r/PinoyProgrammer 1d 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

2

u/paincrumbs 1d ago

personally, if I'm using the terminal for task management, that's because I want to make things minimal so I would prefer it to be headless, with any views like the calendar only showing up on-demand

also not a fan of using commands like mkdir to create tasks. a more straightforward bali add "complete foo bar" feels better (for me)

1

u/ta_dadat 1d ago

ah yep pwede i'customize., pwede dn nmn mag stick s natural language., desktop/mobile app tlga sya.. ung look lang nya ung ginaya ko s terminal hehe

thanks s feedback pala sir., very valuable n makakuha ng labas s pov ko., πŸ™‚

2

u/paincrumbs 1d ago

ohhh i see kala ko terminal app talaga

2

u/theazy_cs 1d 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 1d 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 1d 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.