reminders-cli
v0.1.0
Published
Command-line interface that uses natural language processing to parse phrases and interact with Reminders.app.
Downloads
10
Maintainers
Readme
Getting started
Usage
$ reminders --help
Usage
$ remind <input>
$ reminders
Options
--list - List all reminders (will trigger if no option is provided).
--complete - List all reminders and enable a selector to be completed
Examples
$ remind me to feed the cats tomorrow at 12:00
$ reminders --list
Create
$ remind me in two hours to study
You can see some examples in the date parsing test file.
List
$ reminders --list
Complete
$ reminders --complete
🔥 It's also possible to provide a name (or part of) to
complete
command:
Installation
This package requires NodeJS to be installed.
Homebrew
brew install node
Manual
Go to https://nodejs.org/en/download/ and install the latest LTS version.
Installing the package
npm install -g reminders-cli
Development
- Install
yarn # or npm install
- Run build with auto-reloading
yarn run watch
- Try commands
node ./dist/index.js --list # To list reminders
node ./dist/index.js --add "My reminder" 11/11/2017 10:30
node ./dist/index.js --add "My reminder"