Skip to content

giuliostramondo/scritps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Scritps

Collection of script for osx

###Check UPS package This script takes as argument the tracking number of an UPS package, when launched it displays the last update done on the tracking page, then it starts to monitor the page periodically notifying every new update.

Updates are showed with command line echos and using the osx notification system

######Usage ./check_ups.sh tracking_number

ex. ./check_ups.sh 1Z32972V6857000000

######Used in the script:

  • xmllint to perform xpath queries on html pages
  • tidy to format the page output
  • osascript to show notification on osx

About

Collection of script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages