REPOSITORY OVERVIEWLive repository statistics
★ 98Stars
⑂ 10Forks
◯ 3Open issues
◉ 98Watchers
44/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
36 Maintenance state20% weight
85 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Getting started
TLDR: run npm i -g reminders-cli and reminders --help.
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"
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Welcome to the JavaScript CLI Slot Machine Game project! This console-based game offers a simple yet entertaining slot machine experience right in your command line interface. Enjoy the excitement of spinning reels, without the need for a graphical interface.
27/100 healthActive repository
JavaScriptNo license
⑂ 0 forks◯ 0 issuesUpdated Jan 6, 2024