All Projects → keith → Reminders Cli

keith / Reminders Cli

Licence: mit
A simple CLI for interacting with macOS reminders

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Reminders Cli

Imessage
💬 Send iMessages from command-line
Stars: ✭ 261 (-26.27%)
Mutual labels:  cli, command-line, osx
Commander
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Stars: ✭ 183 (-48.31%)
Mutual labels:  cli, command-line, osx
Getopt Php
A PHP library for command-line argument processing
Stars: ✭ 305 (-13.84%)
Mutual labels:  cli, command-line
Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+986.44%)
Mutual labels:  cli, command-line
Php Console
🖥 PHP CLI application library, provide console argument parse, console controller/command run, color style, user interactive, format information show and more. 功能全面的PHP命令行应用库。提供控制台参数解析, 命令运行,颜色风格输出, 用户信息交互, 特殊格式信息显示
Stars: ✭ 310 (-12.43%)
Mutual labels:  cli, command-line
Kingpin
CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
Stars: ✭ 3,178 (+797.74%)
Mutual labels:  cli, command-line
Define
A command-line dictionary (thesaurus) app, with access to multiple sources, written in Go.
Stars: ✭ 298 (-15.82%)
Mutual labels:  cli, command-line
Whatspup
🔳 WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer
Stars: ✭ 310 (-12.43%)
Mutual labels:  cli, command-line
Teip
Select partial standard input and replace with the result of another command efficiently
Stars: ✭ 280 (-20.9%)
Mutual labels:  cli, command-line
Sad
CLI search and replace | Space Age seD
Stars: ✭ 350 (-1.13%)
Mutual labels:  cli, command-line
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: ✭ 19,851 (+5507.63%)
Mutual labels:  cli, command-line
Go Tea
Tea provides an Elm inspired functional framework for interactive command-line programs.
Stars: ✭ 329 (-7.06%)
Mutual labels:  cli, command-line
Ink
🌈 React for interactive command-line apps
Stars: ✭ 17,505 (+4844.92%)
Mutual labels:  cli, command-line
Dosxvpn
Easily deploy your own personal VPN server with DNS adblocking running on DigitalOcean
Stars: ✭ 284 (-19.77%)
Mutual labels:  cli, osx
Gulp Cli
Command Line Interface for gulp.
Stars: ✭ 347 (-1.98%)
Mutual labels:  cli, command-line
Doitlive
Because sometimes you need to do it live
Stars: ✭ 3,073 (+768.08%)
Mutual labels:  cli, command-line
Pastel
A command-line tool to generate, analyze, convert and manipulate colors
Stars: ✭ 3,742 (+957.06%)
Mutual labels:  cli, command-line
Gandi.cli
command line interface to Gandi.net products using the public API
Stars: ✭ 349 (-1.41%)
Mutual labels:  cli, command-line
Starcli
✨ Browse GitHub trending projects from your command line
Stars: ✭ 269 (-24.01%)
Mutual labels:  cli, command-line
Onefetch
Git repository summary on your terminal
Stars: ✭ 3,680 (+939.55%)
Mutual labels:  cli, command-line

reminders-cli

A simple CLI for interacting with OS X reminders.

Usage:

Show all lists

$ reminders show-lists
Soon
Eventually

Show reminders on a specific list

$ reminders show Soon
0 Write README
1 Ship reminders-cli

Complete an item on a list

$ reminders complete Soon 0
Completed 'Write README'
$ reminders show Soon
0 Ship reminders-cli

Add a reminder to a list

$ reminders add Soon Contribute to open source
$ reminders add Soon Go to the grocery store --due-date "tomorrow 9am"
$ reminders show Soon
0: Ship reminders-cli
1: Contribute to open source
2: Go to the grocery store (in 10 hours)

Installation:

With Homebrew

$ brew install keith/formulae/reminders-cli

From GitHub releases

Download the latest release from here

$ tar -zxvf reminders.tar.gz
$ mv reminders /usr/local/bin
$ rm reminders.tar.gz

Building manually

This requires a recent Xcode installation.

$ cd reminders-cli
$ make build-release
$ cp .build/release/reminders /usr/local/bin/reminders
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].