Reminder CLI is a lightweight, user-friendly command-line tool designed to help you manage tasks and reminders directly from your terminal. With simple and intuitive commands, you can quickly set, list, and track your personal reminders.
- Node.js (v14.0.0 or higher)
- npm (v6.0.0 or higher)
Install Reminder CLI globally using npm:
npm install -g @altamsh04/reminder-clireminder initreminder set "Buy groceries for weekend"reminder set "Take medicine" -i 30m
or
reminder set "Meeting with team at 2 PM" --in 1hreminder list
or
reminder lsreminder clear
or
reminder clsreminder init: Initialize the reminder toolreminder set <reminder>: Add a new reminderreminder set <reminder> --in <time>: Add a new reminder with optional schedulingreminder list or reminder ls: Display all remindersreminder clear or reminder cls: Clear all remindersreminder --help: Show help informationreminder --version: Show version
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License.