Update README
This commit is contained in:
parent
ddd9bf0b29
commit
ceb5cee20d
3 changed files with 3 additions and 2 deletions
|
@ -8,9 +8,10 @@ Fancy pretty-printing utilities for [[https://cons.io/][Gerbil Scheme]].
|
|||
** Features
|
||||
|
||||
- [[https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_(Control_Sequence_Introducer)_sequences][ANSI control codes]] for styling and cursor movement
|
||||
- Table formatting with [[https://unicode-table.com/en/blocks/box-drawing/][Unicode box drawing characters]]
|
||||
- Table formatting with [[https://unicode-table.com/en/blocks/box-drawing/][Unicode box drawing characters]] or in Markdown syntax
|
||||
- Horizontal rules
|
||||
- Spinners
|
||||
- Progress bars
|
||||
|
||||
** References
|
||||
|
||||
|
|
BIN
demo.png
BIN
demo.png
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 34 KiB |
2
demo.ss
2
demo.ss
|
@ -12,7 +12,7 @@
|
|||
:dlozeve/fancy/spinner)
|
||||
|
||||
(def (main)
|
||||
(display (rule "[bold green]Fancy demo" style: 'simple))
|
||||
(display (rule "[bold green]Fancy demo" style: 'simple width: 100))
|
||||
(displayln)
|
||||
(displayln (parse-markup
|
||||
"[bold red]Lorem ipsum[/bold red] dolor sit amet, [underline]consectetur[/underline] adipiscing elit, sed do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue