Update readme with basic intro
This commit is contained in:
parent
6670b98817
commit
b4b7960b9f
1 changed files with 9 additions and 1 deletions
10
README.org
10
README.org
|
@ -1,4 +1,12 @@
|
|||
# -*- mode: org; coding: utf-8; -*-
|
||||
|
||||
#+TITLE: README for Reflow
|
||||
#+TITLE: README for Guile Reflow
|
||||
|
||||
guile-reflow is a simple Guile library for wrapping text in terminals. It integrates with guile's port system
|
||||
and provides an API that allows for easy creation of ports with a restricted line width.
|
||||
|
||||
The library attempts to be compatible with non-ascii characters and emoji, using the companion library
|
||||
`guile-runewidth` to determine the best guess at rune widths (a notoriously difficult task to accomplish
|
||||
accurately!).
|
||||
|
||||
This library is heavily inspired by the golang library `reflow`.
|
||||
|
|
Loading…
Reference in a new issue