reminders-xyz
v1.1.1
Published
Reminder client
Downloads
4
Readme
reminders-xyz
A command-line interface (CLI) tool for managing reminders and tasks.
Installation
npm install -g reminders-xyzUsage
After installation, you can use the `reminders-xyz` command in your terminal.
reminders-xyz [options]Options
-v, --version: Output the version number-a, --add: Add a new task-l, --list: List all tasks-r, --remove: Remove a task-i, --init: Initialize user configuration-h, --help: Display help for command
Getting Started
Initialize the user configuration:
reminders-xyz -iAdd a new task:
reminders-xyz -aList all tasks:
reminders-xyz -lRemove a task:
reminders-xyz -r
Note
Make sure to run the initialization command (reminders-xyz -i) before using other commands. If you try to use other commands without initializing, you'll receive an error message.
Version
Current version: 1.0.1
