1.0.5 • Published 6 years ago

pitt v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

pitt-cli

cli for pitt students

installation

[sudo] npm install -g pitt

available commands:

pitt print [-c] path/to/file send file to mobileprint@pitt.edu

  • -c send file to colorprint@pitt.edu

pitt email [-cc] "recipients" ["subject"] ["body"] send email to recipients

  • -cc prompts for recipients to cc on the email
  • if no subject or body defined, user will be prompted for them
  • multiple recipients must be seperated by commas ex. pitt email "recipient1@pitt.edu, recipient2@pitt.edu" "subject" "body"

TODO:

  • allow users to configure sending email to anyone
  • integrate blackboard api
  • integrate box api
  • research any other open data pitt provides
  • unit testing