List disks, get disk total/free/usable space information.
$ area51 add cl-diskspace
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (cl-diskspace:some-function ...)