Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takuya/reminder_cmd
Commad Line Interface for OSX Reminders.app
https://github.com/takuya/reminder_cmd
Last synced: 21 days ago
JSON representation
Commad Line Interface for OSX Reminders.app
- Host: GitHub
- URL: https://github.com/takuya/reminder_cmd
- Owner: takuya
- License: gpl-3.0
- Created: 2015-06-20T11:14:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T12:40:50.000Z (over 9 years ago)
- Last Synced: 2024-10-13T18:54:04.582Z (about 1 month ago)
- Language: Objective-C
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reminder_cmd
Commad Line Interface for OSX Reminders.app
# Usage
```
$> reminder_cmd
avaiable sub commands
- list_of_list
- list
- add
- search
```# subcommands
This reminder_cmd is with subcommands.
Available subcommands are listed below.
- list_of_list
- list
- add
- search# list_of_list
Subcommand to shows list of reminders lists (calendar list).
# list
Subcommand to list up all of reminder in mac .
# add
Subcommand to add a reminder to default list.
```
$> reminder_cmd add remember_the_milk
$> reminder_cmd add remember the milk
```# search
Subcommand to search a reminder by title.
```
$> reminder_cmd search milk
```