]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tools/directory-to-file/directory-to-file.factor
factor: trim using lists
[factor.git] / extra / tools / directory-to-file / directory-to-file.factor
index 012aaeafdbcb47934080a2b0b0b1f4bb7ecf1c17..5ab3e91f8f6bc85aec7c0bf9df2b5a43c6fa6a6e 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2018 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: base91 combinators command-line escape-strings fry
-io.backend io.directories io.encodings.binary io.encodings.utf8
-io.files io.files.info io.pathnames kernel locals math
-namespaces sequences sequences.extras splitting ;
+USING: base91 combinators command-line escape-strings io.backend
+io.directories io.encodings.binary io.encodings.utf8 io.files
+io.files.info io.pathnames kernel math namespaces sequences
+splitting ;
 IN: tools.directory-to-file
 
 : file-is-text? ( path -- ? )