summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru-Sergiu Marton <brown121407@member.fsf.org>2020-04-18 15:11:42 +0300
committerAlexandru-Sergiu Marton <brown121407@member.fsf.org>2020-04-18 15:11:42 +0300
commit401fa3d4acab4e1064ef24af63afd91eb7c595e8 (patch)
tree5ad040de808d038953ea8769b38a8b6d5002e24c
parentfaf8bd1e29e860477db650df8a65c8ae159d2dba (diff)
More stuff in the README.
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 440be15..7db13ad 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,24 @@ Returns the lines as a list of strings.
(f:read-lines "path/to/file.txt")
```
+### `write-bytes path bytes #:key (append #f)`
+
+### `write-text path text #:key (append #f)`
+
+### `write-line path text #:key (append #f)`
+
+### `write-lines path lines #:key (append #f)`
+
+### `mkdir path #:key (parents #f)`
+
+### `ls #:optional (dir (getcwd)) #:key (hidden #f)`
+
+### `traverse path f #:key (files-only #f)`
+
+### `delete path #:optional (recursive #f)`
+
+### `copy src dest #:optional (recursive #f)`
+
## Contributing
Send suggestions and patches with what you think is useful for this