0.0.5 ā€¢ Published 6 years ago

pd-cli v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

pd-cli

Productive CLI for Mac - create items in Things3, Apple Notes, and Bear right from the command line!

Install

npm install -g pd-cli

Usage

pd --help

āžœ  pd-cli git:(master) pd --help
pd [command]

Commands:
  index.ts note [text]         make a note
  index.ts task [name] [note]  make a task!
  index.ts bear [text]         make a bear note!

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

Omit command params to create with vim

Build

To build locally, run the following:

$ yarn install
$ yarn build

For development, ts-node works great:

$ yarn global add ts-node
$ yarn start:ts-node
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago