New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pitt-cli

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pitt-cli

CLI for University of Pittsburgh utilities

  • 1.0.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-36.36%
Maintainers
2
Weekly downloads
 
Created
Source

Pitt-Cli - CLI for Pitt Students

NPM

Build Status David Status npm GitHub forks

Installation

$ [sudo] npm install -g pitt-cli

In order to use print link functionality wkhtmltopdf must be installed on your system.

Available Commands:

  • Print - send file to mobileprint@pitt.edu

    $ pitt print [-c] path/to/file
    

    -c send file to colorprint@pitt.edu

    -l send link to printer instead of file

  • Email - send email from pitt email

    $ pitt email [-cc] "recipients" ["subject"] ["body"]
    

    -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"
  • SSH - connect to unixs.cssd.pitt.edu

    $ pitt ssh
    
  • THOTH - connect to thoth.cs.pitt.edu

    $ pitt thoth
    
  • Deploy - deploy given directory to your personal Pitt website

    $ pitt deploy "directory"
    
    • backups saved to ~/.html-backup directory on unixs.cssd.pitt.edu
  • Login - Store login credentials

    $ pitt login
    

    You will have the option to encrypt your credentials with a password.

    • If encrypt credentials is chosen you will be prompted for encryption passoword everytime.
    • If store credentials in plain text is chosen your will be automatically signed in.

    Stored passwords only work with the print and email commands

  • Logout - Delete stored login credentials

    $ pitt logout
    
  • Help

    $ pitt --help
    

TODO:

  • integrate blackboard api
  • integrate box api
  • research any other open data pitt provides
  • unit testing

Keywords

FAQs

Package last updated on 13 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc