GithubHelp home page GithubHelp logo

dit's Introduction

dit

A command line interface for Reminders on macOS.

dit is not complete, and its structure would have to change substantially to become complete.

  • See existing Lists
  • Query Reminders in those lists
    • filtering by completion status
    • for due date in open or closed time ranges
    • for completion date in open or closed time ranges
  • Create Reminders
    • in arbitrary lists
    • in a default list
    • with a due date specified as an interval from today
    • with a recurrence specified as an time interval
  • Mark reminders as done/undone

Installing

The dit CLI tool is available via a Homebrew tap:

brew install fcanas/tap/dit

or

brew tap fcanas/tap
brew install dit

Documentation

dit

OVERVIEW: Manipulate reminders

USAGE: dit <subcommand>

OPTIONS:
  --version               Show the version.
  -h, --help              Show help information.

SUBCOMMANDS:
  query (default)         Show Reminders.
  create                  Create a new reminder.
  lists                   Display Lists of Reminders
  configure               Configure default settings.
  do                      Mark reminders as done.

  See 'dit help <subcommand>' for detailed help.

dit query

OVERVIEW: Show Reminders.

Date filters --starting and --ending operate on the due date for
incomplete tasks and the completion date for complete tasks.

USAGE: dit query [--all] [--complete] [--incomplete] [--list <list>] [--starting <starting>] [--ending <ending>]

OPTIONS:
  --all/--complete/--incomplete
                          Show Reminders based on completion status. (default: incomplete)
  -l, --list <list>       The name of the list to query. Default can be set with the
                          configure command. 
  -s, --starting <starting>
                          Beginning of time range to query within, specified relative to
                          today. e.g. 2d specifies to search for Reminders
                          beginning two days from now. 
  -e, --ending <ending>   End of time range to query within, specified relative to today.
                          e.g. 3w specifies to search for Reminders before three
                          weeks from now. 
  --version               Show the version.
  -h, --help              Show help information.

dit create

OVERVIEW: Create a new reminder.

USAGE: dit create [--list <list>] <title> [--due-in <due-in>] [--repeats <repeats>]

ARGUMENTS:
  <title>                 Title for the new reminder 

OPTIONS:
  -l, --list <list>       The list to create the reminder in 
  -d, --due-in <due-in>   An interval specifying how far from now the reminder is due,
                          specified in minutes, hours, days,
                          weeks, months, and years. These units
                          can be combined in ascending order, e.g. 1y2m17h22s 
  -r, --repeats <repeats> How often the reminder should repeat, in days,
                          weeks, months, and years. These units
                          cannot be comined. e.g. 3w, y, d,
                          24d 
  --version               Show the version.
  -h, --help              Show help information.

Recurrence intervals can currently only be made in the form of "Every N ( days | weeks | months | years )"

dit lists

OVERVIEW: Display Lists of Reminders

USAGE: dit lists

OPTIONS:
  --version               Show the version.
  -h, --help              Show help information.

dit configure

OVERVIEW: Configure default settings.

USAGE: dit configure [--default-list <default-list>]

OPTIONS:
  -d, --default-list <default-list>
                          Set the default List when creating a reminder 
  --version               Show the version.
  -h, --help              Show help information.

dit do

OVERVIEW: Mark reminders as done.

Do is an interactive command.The flags and options form a query, and present a numbered
list of items that can be selected for toggling. Date filters --starting and
--ending operate on the due date for incomplete tasks and the completion date for
complete tasks.

USAGE: dit do [--all] [--complete] [--incomplete] [--list <list>] [--starting <starting>] [--ending <ending>]

OPTIONS:
  --all/--complete/--incomplete
                          Show Reminders based on completion status. (default: incomplete)
  -l, --list <list>       The name of the list to query. Default can be set with the
                          configure command. 
  -s, --starting <starting>
                          Beginning of time range to query within, specified relative to
                          today. e.g. 2d specifies to search for Reminders
                          beginning two days from now. 
  -e, --ending <ending>   End of time range to query within, specified relative to today.
                          e.g. 3w specifies to search for Reminders before three
                          weeks from now. 
  --version               Show the version.
  -h, --help              Show help information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.