diff --git a/refit/README.md b/refit/README.md index 3b0d2b1..a262c16 100644 --- a/refit/README.md +++ b/refit/README.md @@ -1,6 +1,7 @@ # refit -`refit` is a file, directory manipulation and creation tool. +`refit` is a file and directory manipulation tool. Currently it can create a flat folder and file structure +as well as an linear directory structure. ## ToDos @@ -16,6 +17,9 @@ - implement config file containing version, default names and other configurations - make file and directory creation start counting at 1 instead of 0 +- Add security check which benchmarks the creation of folders and files +before the first execution in order to prevent either python, the file +system or the system in general to crash. ## Changelog