From a292d245b76eba085a6377dd6dc7f6dd1103ee4a Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 23 Oct 2022 19:19:46 +0100 Subject: [PATCH] add cl-diskspace package to ritherdon-archive.asd. This package grabs disk information from the OS -- and can display it in human readable form. Looking to create a 'Disk Info.' section on the dashboard page to help users decide when they need to start deleting snapshot data or move to a machine with a bigger disk. At the time of this commit, no features have been implemented yet. --- ritherdon-archive.asd | 1 + 1 file changed, 1 insertion(+) diff --git a/ritherdon-archive.asd b/ritherdon-archive.asd index 395ad40..ae509ac 100644 --- a/ritherdon-archive.asd +++ b/ritherdon-archive.asd @@ -41,6 +41,7 @@ #:cl-slug ; Asciify and slugify strings #:str ; String manipulation (easier than built-in) #:copy-directory ; Copy Directories using Native cp + #:cl-diskspace ; Get Disk Info. ) :pathname "src/" ;; :serial t