Quick Start
Here are the bare minimum commands you need to get started
- cali add "reminder" 1/4 or cali add "reminder" jan 4
- cali all
Here are the bare minimum commands you need to get started
Use: Adds a reminder
Format: cali add "[reminder]" [date]Dates can be written in a variety of formats:
Use: Displays all reminders
Format: cali all
Use: Displays today's reminders
Format: cali today
Use: Displays all reminders on a specific day
Format: cali list [date]
Use: Deletes a reminder
Format: cali del [index]...
Use: Configures CLI settings such as text color and notification properties
Format: cali set --subtitle=[color] --success=[color] --error=[color] --audio=[audio] --duration=[duration]
Use: Sends a system notification about your reminders
Format: cali notify
Use: Displays information/examples about any comamnd
Format: cali [command] --help