revisions

This commit is contained in:
pls.153 2023-10-02 12:11:12 +02:00
parent 82f3504505
commit 3b3e918b14
2 changed files with 2 additions and 3 deletions

View file

@ -65,9 +65,7 @@
(flet ((el (tag x) (flet ((el (tag x)
(format nil "<~A>~A</~A>" tag x tag)) (format nil "<~A>~A</~A>" tag x tag))
(! (x) (! (x)
(format s "~A~%" x)) (format s "~A~%" x)))
(tab ()
(write-string " " s)))
(setf *help* (sort *help* #'string< :key (lambda (x) (string-trim " " (first x))))) (setf *help* (sort *help* #'string< :key (lambda (x) (string-trim " " (first x)))))
(dolist (curr *help*) (dolist (curr *help*)
(! (el "b" (format nil "~A ~A" (string-trim " " (first curr)) (subseq (string-trim " " (second curr)) 6)))) (! (el "b" (format nil "~A ~A" (string-trim " " (first curr)) (subseq (string-trim " " (second curr)) 6))))

View file

@ -48,6 +48,7 @@ Qt Creator.
TODO TODO
---- ----
* port to SailfishOS (using the SFOS Qt5.15 libs project)
* port to CMake (?) * port to CMake (?)