Pastel is an open-source, self-organizer task list CLI program I'm planning and making myself, and for myself use. All features and use cases are made based on my personal use and needs.
I really encourage you not using this app, instead learn the code and make your own.
- Week names and description
- Simple and lightweight
I'll probably not add a man page, nor a help page.
But something futurally to help the usage of it generally.
$ pastel add "Some task for today next fiting hour"
$ pastel add note "Some note for right now"
$ pastel done # Mask done task that fits now time
$ pastel done 3 # Mark done task with index 3 today
For task/note management it's used the index of it in the today's list.
It seems help the interface's development since no technical info need to be available (database UUID).
My good week ๐ชด
This is the week's description
that is to remember how I want
it to be during the days
โญ
โโ Take a shower All day tasks
โโ Water plants
โโ Give myself some sunshine
โ I've needing more D-vitamine
โ At least I guess so, I'm wetto asf
โ
โโ Buy chips
โ
โ
11:00 โ Scriptures Study Undone task
11:15 โ
โ
12:00 โ Lunch Done task
โ
12:15 โ It's a note I took in the afternoon Note
โ after noticing I needed to take a
โ note about what happened today
โ
13:00 โ Math Study
โ Some description for my math class Task description
โ this is a course I purchased yey
โ
15:00 โ Portuguese Study Canceled task
โ- The teacher canceled for some illness
โ
โฐ
More updated and precise information can be found at docs/interface.txt
.
And the colored interface at docs/interface-colors.sh
.
No database to use was decided yet.
I don't know how I'm going to organizate it yet.
Task model:
- Title
- Description
- State
- Done
- Canceled -- It's required a reason to cancel
- Date
- Time -- Null if all day
- Start
- Finish
- Repeatition
- Today
- Today-Stack -- If undone today, move to tomorrow
- Daily
- Weekly
- Monthly
- Annually
- Every weekday
Node model:
- Content
- Date
- Time -- Null if all day
- Start
- Finish