LARCS is, in and of itself, only a library. While this allows it to be used in other programs, it makes it difficult to use alone. Therefore, LARCS needs at least one User Interface, in this document a text-based user interface is defined, allowing the program to be used over an SSH connection. The only problem in this case is that graphics cannot be displayed, but in this case, they can be saved to graphics files for later use.
[0/2]
(asdf:defsystem #:larcs-tui :description "A Text-based User Interface for LARCS" :author "Samuel Flint <swflint@flintfam.org>" :license "GNU GPLv3 or Later" :depends-on (#:alexandria #:command-line-arguments #:cl-readline) :serial t :components ((:file "larcs-tui-packages")))
This document is version src_sh{git describe –always –long –dirty –abbrev=10 –tags}.