1.1.1 • Published 1 year ago

@altamsh04/reminder-cli v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 without scheduling

reminder set "Buy groceries for weekend"

Set a Reminder with scheduling ( Use '1s', '1m', or '1h')

reminder set "Take medicine" -i 30m
or
reminder set "Meeting with team at 2 PM" --in 1h

List Reminders

reminder list
or
reminder ls

Clear Reminders

reminder clear
or
reminder cls

Commands

  • reminder init: Initialize the reminder tool
  • reminder set <reminder>: Add a new reminder
  • reminder set <reminder> --in <time>: Add a new reminder with optional scheduling
  • reminder list or reminder ls: Display all reminders
  • reminder clear or reminder cls: Clear all reminders
  • reminder --help: Show help information
  • reminder --version: Show version

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License.

Maintainers

1.1.1

1 year ago

1.1.0

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago