cl-progress-bar

MIT

Display progress bars directly in REPL.

$ area51 add cl-progress-barCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-progress-bar:some-function ...)