about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-01-29 12:11:21 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-01-29 12:39:53 -0800
commit24f0781d2bd96ac333337ccb2168fb26b601db7a (patch)
tree0d4bf969f30bf1575900ac7b0f06c6acb9859831 /README.md
parent90fc24ed041736d6cdebc74e5fd2e260e3803c3b (diff)
downloadteliva-24f0781d2bd96ac333337ccb2168fb26b601db7a.tar.gz
new library: luafilesystem (lfs)
https://github.com/keplerproject/luafilesystem

The new commander.tlv app demonstrates it working.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4c02bf..0fe1718 100644
--- a/README.md
+++ b/README.md
@@ -158,6 +158,8 @@ behave unexpectedly under Teliva.
 ## What's included?
 
 * [Lua 5.1](https://www.lua.org/manual/5.1)
+* The [Lua File System](https://keplerproject.github.io/luafilesystem) library
+  for portably accessing directories (module `lfs`).
 * The [ncurses](https://tldp.org/HOWTO/NCURSES-Programming-HOWTO) library for
   building text-mode user interfaces. ([Alternative documentation](https://tldp.org/LDP/lpg-0.4.pdf))
 * The [Kilo](https://github.com/antirez/kilo) text editor, modified to use