# My Plan
## Inbox
- [ ] #home - Fix the lamp
- [ ] Update Rust
## 2020-08-01, Saturday
- [ ] Develop photos
- [X] Pay bills
## 2020-07-31, Friday
- Met with Mike and Molly
- [X] #work - Review open pull requests
- [X] #work - Fix the flaky test
Keep tasks scheduled in future in another text file.
Learn MoreKeep in touch with your family, friends and contacts.
Learn MoreAlas is released under MIT licence and the code is available online.
Learn MoreYou own the data. Works with any text editor.
Learn Morealas --insert-days 3 \
--remove-empty-days \
--schedule-tasks scheduled.md \
--schedule-contacts contacts \
plan.md
Alas is a CLI application that helps you maintain your plan file. Alas supports a number of commands for updating the plan file.
--insert-days
alas --insert-days 3
will insert 3 new days (starting from today) into your plan file.
--remove-empty-days
alas --remove-empty-days
will remove past days that don't have any events or tasks from the plan.
--schedule-tasks
Insert task scheduled for today into the plan.
--schedule-contacts
Insert tasks to get in touch with your friends and family.