I got some feedback after passing this out to a few friends. Here is what I’ve changed:
Removed clear
Output the display message to /dev/null
Removed echo "complete"
These changes remove any of the outputs to the display. The only time you will receive a message is if you have file that is currently open in an application and the script cannot unmount the volume.
After some tooling around I’m finally releasing a little bash script called ejectAllVolumes. This script is named after it’s purpose. It will safely eject all mounted volumes from your Mac.
Goosh (Google Shell) is a cool web-app written by Stefan Grothkopp. It’s not an official Google product but does tie into many of functions that Google does provide. All access is done through a command-line interface.
Here is a list of the commands that are available:
DimP, a direct manipulation video player, lets users drag items on the video screen to move forward and back instead of just via a scroll bar on the bottom of the video. This is not only more fun, but it also allows users to scroll through video to where they want to be βat least two times faster,β In a paper presented by Pierre Dragicevic, Gonzalo Ramos, Jacobo Bibliowicz, Derek Nowrouzezahrai, Ravin Balakrishnan, Karan Singh from the University of Toronto, the authors present their method for browsing video by directly dragging content by β1) automatically extracting motion data from videos; and 2) a new technique called relative flow dragging that lets users control video playback by moving objects of interest along their visual trajectory.β