@altamsh04/reminder-cli
v1.0.8
Published
A simple node command-line tool that allows users to set reminders for tasks or events directly from the terminal.
Downloads
87
Maintainers
Readme
Reminder CLI
Overview
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.
Prerequisites
- Node.js (v14.0.0 or higher)
- npm (v6.0.0 or higher)
Installation
Install Reminder CLI globally using npm:
npm install -g @altamsh04/reminder-cli
Usage
Initialize the CLI
reminder init
Set a Reminder
reminder set "Buy groceries for weekend"
reminder set "Meeting with team at 2 PM"
List Reminders
reminder list
or
reminder ls
Clear Reminders
reminder clear
or
reminder cls
Commands
reminder init
: Initialize the reminder toolreminder set <reminder>
: Add a new reminderreminder list or reminder ls
: Display all remindersreminder clear or reminder cls
: Clear all remindersreminder --help
: Show help informationreminder --version
: Show version
Contributing
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
License
Distributed under the MIT License.