about summary refs log tree commit diff
path: root/readme.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-08-24 20:37:53 -0500
committergennyble <gen@nyble.dev>2023-08-24 20:37:53 -0500
commit96ba35059a31dcf12f78587ee76bdea7262fe16b (patch)
treee8388e3aa1d8312965114ccbb0866b295c9f7d7d /readme.md
parent9a57073dd69c48f17abf0aa20dd8a7f8164a0b6e (diff)
downloadwhenwasit-96ba35059a31dcf12f78587ee76bdea7262fe16b.tar.gz
whenwasit-96ba35059a31dcf12f78587ee76bdea7262fe16b.zip
gentle refactor
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 522ffe6..5345195 100644
--- a/readme.md
+++ b/readme.md
@@ -14,4 +14,11 @@ varying ways to make a CSV, it's described in detail below.
 	- `mtime`: time file was last modified
 	- `atime`: time file was last accessed
 - if the `path` contains a comma (`,`) or a backslash (`\`), it is escape with a backslash
-- if any one of the time cannot be attained, the field is left empty.
\ No newline at end of file
+- if any one of the time cannot be attained, the field is left empty.
+
+**behavior:**  
+prints a row for the current directory, a row for each file, and
+then goes into each directory recursively.
+
+this results in reading the directory twice as to not cache the
+directory listings in memory.
\ No newline at end of file