0.0.13 • Published 6 years ago
rmind v0.0.13
$ rmind review PR tomorrow morning- 🔥 Add reminders with natural language from the terminal
- ⭐️ Support for macOS Sierra, Mojave and Catalina
- 🎉 Optionally configure the default list for reminders
- 🌈 Register alias for Reminder Lists
Installation
$ npm i -g rmindUsage
Basic
Type rmind to add a reminder. Set remind dates using natural language.
$ rmind publish blog post this friday at 4pm
$ rmind clean up crontab in 1 month
$ rmind ask Leena for PR review in 40 mins
$ rmind call mom tonightIt will automatically open the Reminders App and add your reminder to the default list.
Initial config
When you run rmind for the first time, you'll be asked to configure the list where the reminders will be put by default. You can change this anytime with rmind --config.
Configuration
Enter configuration mode by typing:
$ rmind --configIn this mode, you'll be able to do any of the following actions:
- Configure default list for reminders
- Register a new list alias
List Alias
You can add reminders to different lists by configuring aliases.
- Enter config mode
rmind --config - Select option Add a new list alias
- Select the list you want to configure
- Type an alias. It's recommended to keep this to 1 or 2 characters.
For example, if you set an alias of g for your list Groceries, you'll be able to add items this way:
$ rmind -l g cereal milkContributing
- Fork the project
rmind.tsis the entry point to the CLI- Run
yarn linkso thatrmindgets registered globally - To test your changes first run
npm run buildand then usermindin the terminal
License
MIT © Carlos Roso