pitt
v1.0.5
Published
CLI for University of Pittsburgh utilities - fork off of djm158's pitt-cli
Readme
pitt-cli
cli for pitt students
installation
[sudo] npm install -g pitt
available commands:
pitt print [-c] path/to/file
send file to [email protected]
-csend file to [email protected]
pitt email [-cc] "recipients" ["subject"] ["body"]
send email to recipients
-ccprompts 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 "[email protected], [email protected]" "subject" "body"
TODO:
- [X] allow users to configure sending email to anyone
- [ ] integrate blackboard api
- [ ] integrate box api
- [ ] research any other open data pitt provides
- [ ] unit testing
